This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
设备场景
master
zhaoy
7 months ago
parent
2c20cbbaed
commit
40583079d4
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
src/pages/device/deviceInfo/services.js
+ 5
- 1
src/pages/device/deviceInfo/services.js
View File
@@ -213,5 +213,9 @@ export async function TechnologyTemplateExport(data) {
// responseType: 'blob'
});
}
export async function GetStop() {
return request(GetkitchbaseUrl()+`/api/store/getstorelist`, {
method: 'Get',
});
}
Write
Preview
Loading…
Cancel
Save