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
提交
storemanagementweb
gwbvipvip
8 months ago
parent
3874ac069e
commit
0c3a96925c
2 changed files
with
2 additions
and
2 deletions
Split View
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
View File
@@ -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
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',
});
}
Write
Preview
Loading…
Cancel
Save