From 208dc9bbaa3d6a2a49ee452c44f0b3d972ff884e Mon Sep 17 00:00:00 2001 From: RIceWqy <1840169763@qq.com> Date: Thu, 11 Jan 2024 20:51:30 +0800 Subject: [PATCH] init --- .env.development | 2 +- .env.production | 2 +- .env.testing | 2 +- src/pages.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.development b/.env.development index d881040..d8f7309 100644 --- a/.env.development +++ b/.env.development @@ -10,7 +10,7 @@ VITE_APP_ENV = 'development' VITE_APP_MP_APPID = 'wx42bbe857570c5b40' # 统一接口域名 +# VITE_APP_BASE_API = 'http://gateway.ruixininfo.com:8086/' VITE_APP_BASE_API = 'http://127.0.0.1:8086' - # 图片域名 VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' diff --git a/.env.production b/.env.production index 2ad001a..ca0eff4 100644 --- a/.env.production +++ b/.env.production @@ -10,7 +10,7 @@ VITE_APP_ENV = 'production' VITE_APP_MP_APPID = 'wx42bbe857570c5b40' # 统一接口域名 +# VITE_APP_BASE_API = 'http://gateway.ruixininfo.com:8086/' VITE_APP_BASE_API = 'http://127.0.0.1:8086' - # 图片域名 VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' diff --git a/.env.testing b/.env.testing index e492361..a14636e 100644 --- a/.env.testing +++ b/.env.testing @@ -10,7 +10,7 @@ VITE_APP_ENV = 'testing' VITE_APP_MP_APPID = 'wx42bbe857570c5b40' # 统一接口域名 +# VITE_APP_BASE_API = 'http://gateway.ruixininfo.com:8086/' VITE_APP_BASE_API = 'http://127.0.0.1:8086' - # 图片域名 VITE_APP_RESOURCES_URL = 'https://img.mall4j.com/' diff --git a/src/pages.json b/src/pages.json index b364482..afe9b69 100644 --- a/src/pages.json +++ b/src/pages.json @@ -7,7 +7,7 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black", "enablePullDownRefresh": true, - "navigationBarTitleText": "mall4j" + "navigationBarTitleText": "金桐" } }, {