mirror of
https://gitee.com/elegant_wings/dbd-meeting-html.git
synced 2025-06-21 05:39:36 +08:00
修改了统计页面
This commit is contained in:
parent
2af53d07fa
commit
eae7222a90
@ -1,4 +1,4 @@
|
|||||||
NODE_ENV=development
|
NODE_ENV=development
|
||||||
VUE_APP_PREVIEW=true
|
VUE_APP_PREVIEW=true
|
||||||
VUE_APP_API_BASE_URL=https://www.chuangzhikj.com/saas-ics
|
VUE_APP_API_BASE_URL=/api
|
||||||
VUE_APP_MODEL_BASE_URL=https://www.chuangzhikj.com/saas-ics
|
VUE_APP_MODEL_BASE_URL=http://127.0.0.1:8080
|
@ -108,8 +108,8 @@ const vueConfig = {
|
|||||||
port: 8000,
|
port: 8000,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://192.168.0.30:9227',
|
target: 'http://192.168.0.30:9227',
|
||||||
target: 'https://www.chuangzhikj.com/saas-ics',
|
// target: 'https://www.chuangzhikj.com/saas-ics',
|
||||||
pathRewrite: { '^/api': '' },
|
pathRewrite: { '^/api': '' },
|
||||||
ws: false,
|
ws: false,
|
||||||
changeOrigin: true
|
changeOrigin: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user