Browse Source

设备场景

master
zhaoy 7 months ago
parent
commit
40583079d4
1 changed files with 5 additions and 1 deletions
  1. +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',
});
}


Loading…
Cancel
Save