From e27bf9bfba790e8680974ca8c99ee0a8c109b6b8 Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Fri, 30 Aug 2024 10:20:02 +0800 Subject: [PATCH] 111 --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index ff3563b..110a850 100644 --- a/.env.development +++ b/.env.development @@ -5,10 +5,10 @@ VUE_APP_TITLE = 共享电动车管理系统 ENV = 'development' # 共享电动车管理系统/开发环境 -VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' +# VUE_APP_BASE_API = 'https://dche.ccttiot.com/prod-api' # VUE_APP_BASE_API = 'https://che.chuangtewl.com/prod-api' -# VUE_APP_BASE_API = 'http://192.168.2.75:8088' +VUE_APP_BASE_API = 'http://localhost:8080' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true