本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
zhaoy
/
BPA.SAAS.Web
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
提交
storemanagementweb
gwbvipvip
10 月之前
父節點
3874ac069e
當前提交
0c3a96925c
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/proxy.js
+1
-1
src/pages/push/goodspush/services.js
+ 1
- 1
config/proxy.js
查看文件
@@ -9,7 +9,7 @@
export default {
dev: {
'/kitchbase/': {
target: 'http://localhost:500
6
/',
target: 'http://localhost:500
1
/',
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',
});
}
Write
Preview
Loading…
取消
儲存