fix: 流量保留两位小数
This commit is contained in:
2
env/.env
vendored
2
env/.env
vendored
@@ -5,7 +5,7 @@ VITE_APP_TITLE=代理企业管理系统
|
||||
VITE_APP_ENV=development
|
||||
|
||||
# 接口地址
|
||||
VITE_API_BASE_URL=https://cmp-api.boss160.cn
|
||||
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn
|
||||
|
||||
# 端口号
|
||||
VITE_APP_PORT=9527
|
||||
|
||||
2
env/.env.development
vendored
2
env/.env.development
vendored
@@ -2,7 +2,7 @@
|
||||
VITE_APP_ENV=development
|
||||
|
||||
# 接口地址
|
||||
VITE_API_BASE_URL=https://cmp-api.boss160.cn
|
||||
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn
|
||||
|
||||
# 是否使用代理 (H5开发环境使用代理解决跨域)
|
||||
VITE_APP_PROXY=true
|
||||
|
||||
2
env/.env.production
vendored
2
env/.env.production
vendored
@@ -2,7 +2,7 @@
|
||||
VITE_APP_ENV=production
|
||||
|
||||
# 接口地址
|
||||
VITE_API_BASE_URL=https://cmp-api.boss160.cn
|
||||
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn
|
||||
|
||||
# 是否使用代理 (生产环境不使用代理)
|
||||
VITE_APP_PROXY=false
|
||||
|
||||
2
env/.env.test
vendored
2
env/.env.test
vendored
@@ -2,7 +2,7 @@
|
||||
VITE_APP_ENV=staging
|
||||
|
||||
# 接口地址
|
||||
VITE_API_BASE_URL=https://cmp-api.boss160.cn
|
||||
VITE_API_BASE_URL=https://cmp-api.xm-iot.cn
|
||||
|
||||
# 是否使用代理 (测试环境不使用代理)
|
||||
VITE_APP_PROXY=false
|
||||
|
||||
Reference in New Issue
Block a user