From c1f6f38248cc4ec9943c908b8b47906d4b353912 Mon Sep 17 00:00:00 2001 From: Sliverber <2622874537@qq.com> Date: Fri, 19 Jul 2024 20:16:28 +0800 Subject: [PATCH] 11 --- .env.development | 4 ++-- src/api/system/area.js | 8 ++++++++ src/views/statistics/index.vue | 32 ++++++++++++++++++++------------ 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/.env.development b/.env.development index 0346afc..e3478dc 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = 共享电动车管理系统 ENV = 'development' # 共享电动车管理系统/开发环境 -# VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' -VUE_APP_BASE_API = 'http://192.168.2.189:8080' +VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' +# VUE_APP_BASE_API = 'http://192.168.2.189:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/src/api/system/area.js b/src/api/system/area.js index b4e1dec..b2e4b34 100644 --- a/src/api/system/area.js +++ b/src/api/system/area.js @@ -30,6 +30,14 @@ export function addArea(data) { data: data }) } +// 根据token获取运营区 +export function getArealist() { + return request({ + url: '/index/getAreaList', + method: 'get', + + }) +} // 修改运营区 export function updateArea(data) { diff --git a/src/views/statistics/index.vue b/src/views/statistics/index.vue index a457185..d4c8f46 100644 --- a/src/views/statistics/index.vue +++ b/src/views/statistics/index.vue @@ -20,7 +20,7 @@