This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-06-01 14:56:30 +08:00
parent 945e7de0b3
commit ec4fe4d6d5
4 changed files with 30352 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ VUE_APP_BOE_WEB_URL = 'https://u.boe.com'
VUE_APP_BOE_MOBILE_URL = 'http://192.168.0.10:8082/mobile'
# File路径的基础url
VUE_APP_FILE_BASE_URL = 'http://localhost:9090/cdn/upload'
VUE_APP_FILE_BASE_URL = 'http://192.168.0.10:9090/cdn/upload'
# 登录地址
VUE_APP_LOGIN_URL='/pc/login'

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules

30349
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -113,7 +113,7 @@ module.exports = {
proxy: {
'/systemapi': {
// 目标代理服务器地址
target: 'http://127.0.0.1:9090',
target: 'http://192.168.0.10:9090',
changeOrigin: true,
logLevel:'debug',
secure: false,