diff --git a/.env.development b/.env.development index 59f76f6..49c1f16 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VUE_APP_TITLE = 共享电动车管理系统 ENV = 'development' # 共享电动车管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +VUE_APP_BASE_API = 'http://192.168.2.6:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 03409b7..db3caec 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VUE_APP_TITLE = 共享电动车管理系统 ENV = 'production' # 共享电动车管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'https://dianche.chuantewulian.cn/prod-api' # 小程序外链跳转设备 VUE_APP_WX_DEVICE_URL = 'weixin://dl/business/?appid=wx4d178f8c80348214&env_version=release' diff --git a/.env.staging b/.env.staging index 5f03629..7c8d053 100644 --- a/.env.staging +++ b/.env.staging @@ -5,6 +5,6 @@ NODE_ENV = production # 测试环境配置 ENV = 'staging' - +VUE_APP_BASE_API = 'https://dianche.chuantewulian.cn/prod-api' # 共享电动车管理系统/测试环境 -VUE_APP_BASE_API = '/stage-api' +VUE_APP_BASE_API = 'https://dianche.chuantewulian.cn/stage-api' diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue index cbcfb5e..85a0724 100644 --- a/src/views/system/area/index.vue +++ b/src/views/system/area/index.vue @@ -98,11 +98,16 @@ - - - + + +