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
请求修改
tmp
zhaoy
11 months ago
parent
ecb6149b48
commit
ec2b0c6bc6
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
config/proxy.js
+1
-1
src/global_data.js
+ 2
- 2
config/proxy.js
View File
@@ -8,12 +8,12 @@
*/
export default {
dev: {
'/
saas
base/': {
'/
kitch
base/': {
target: 'http://localhost:5006/',
changeOrigin: true,
secure: false, //关闭证书验证
pathRewrite: {
'/
saas
base/': '',
'/
kitch
base/': '',
},
},
'/saasstore/': {
+ 1
- 1
src/global_data.js
View File
@@ -6,5 +6,5 @@ export function getApiUrl() {
}
}
export function getDataBaseUrl() {
return '/
saas
base';
return '/
kitch
base';
}
Write
Preview
Loading…
Cancel
Save