瀏覽代碼

提交

storemanagementweb
gwbvipvip 10 月之前
父節點
當前提交
0c3a96925c
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      config/proxy.js
  2. +1
    -1
      src/pages/push/goodspush/services.js

+ 1
- 1
config/proxy.js 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存