Browse Source

提交

storemanagementweb
gwbvipvip 8 months ago
parent
commit
0c3a96925c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      config/proxy.js
  2. +1
    -1
      src/pages/push/goodspush/services.js

+ 1
- 1
config/proxy.js View File

@@ -9,7 +9,7 @@
export default {
dev: {
'/kitchbase/': {
target: 'http://localhost:5006/',
target: 'http://localhost:5001/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {


+ 1
- 1
src/pages/push/goodspush/services.js View File

@@ -26,7 +26,7 @@ export async function GetDevicePushRecodePage(data) {
});
}
export async function GetDeviceList() {
return request(`/saasbase/api/device/list`, {
return request(getDataBaseUrl()+`/api/device/list`, {
method: 'GET',
});
}


Loading…
Cancel
Save