This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
zhaoy
/
BPA.SAAS.Web
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
提交
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…
Откажи
Сачувај