From 0e9bb0cb16b07d5f201a6af403c71f2bfad96d01 Mon Sep 17 00:00:00 2001 From: zccbbg Date: Sat, 24 Feb 2024 19:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index c1f606b..fa2c3fc 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VUE_APP_TITLE = 若依商城管理系统,开源免费,软件开发,微信小程 ENV = 'development' # 若依管理系统/开发环境 -VUE_APP_BASE_API = 'https://mall.ichengle.top/api' -#VUE_APP_BASE_API = '/dev-api' +#VUE_APP_BASE_API = 'https://mall.ichengle.top/api' +VUE_APP_BASE_API = '/dev-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true