From db47442a4645e7ad79f16cd0276e2a748ca117ce Mon Sep 17 00:00:00 2001 From: qsh <> Date: Wed, 10 Sep 2025 16:43:20 +0800 Subject: [PATCH] sc --- .env.development | 6 +++--- .env.production | 6 +++--- project.config.json | 2 +- src/manifest.json | 2 +- src/pages.json | 6 +++--- src/pages/index/index.vue | 12 ++++++++++-- 6 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.env.development b/.env.development index b7a3e52..f371413 100644 --- a/.env.development +++ b/.env.development @@ -5,13 +5,13 @@ VITE_APP_TITLE = 耕读社 VITE_APP_ENV = 'development' # 耕读社/开发环境 -VITE_APP_BASE_API = 'https://cloud.ahfkbg.com/' +VITE_APP_BASE_API = 'https://cloud.cloud.com/' # VITE_APP_BASE_API = 'https://xj.ahduima.com/' # 资源地址 -VITE_UPLOAD_URL = 'https://cloud.ahfkbg.com/' +VITE_UPLOAD_URL = 'https://cloud.ahduima.com/' # 静态资源地址 -VITE_STATIC_URL = 'https://cloud.ahfkbg.com/gds' +VITE_STATIC_URL = 'https://cloud.ahduima.com/gds' # \ No newline at end of file diff --git a/.env.production b/.env.production index b701f4d..d81c45c 100644 --- a/.env.production +++ b/.env.production @@ -5,12 +5,12 @@ VITE_APP_TITLE = 耕读社 VITE_APP_ENV = 'production' #开发环境 -VITE_APP_BASE_API = 'https://xj.ahduima.com/' +VITE_APP_BASE_API = 'https://cloud.ahduima.com/' # -VITE_WEB_BASE_URL = 'https://xj.ahduima.com' +VITE_WEB_BASE_URL = 'https://cloud.ahduima.com' # 资源地址 -VITE_UPLOAD_URL = 'http://huodong.ahduima.com' +VITE_UPLOAD_URL = 'http://cloud.ahduima.com' VITE_STATIC_URL = 'https://cloud.ahduima.com/gds' \ No newline at end of file diff --git a/project.config.json b/project.config.json index 579ba59..a1e3a58 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx0668c6fabb1a9c44", + "appid": "wxc170fcbfd0c96f88", "compileType": "miniprogram", "libVersion": "3.3.3", "packOptions": { diff --git a/src/manifest.json b/src/manifest.json index 93a0d13..c0a5656 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -42,7 +42,7 @@ }, "quickapp": {}, "mp-weixin": { - "appid": "wx0668c6fabb1a9c44", + "appid": "wxc170fcbfd0c96f88", "setting": { "urlCheck": true, "minified": true, diff --git a/src/pages.json b/src/pages.json index 2b53875..1e7a619 100644 --- a/src/pages.json +++ b/src/pages.json @@ -4,16 +4,16 @@ }, "pages": [ { - "path": "pages//index", + "path": "pages/index/index", "style": { "navigationStyle": "custom" } - }, + } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "耕读社", "navigationBarBackgroundColor": "#FFF", "backgroundColor": "#FFF" - }, + } } diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 23f7996..ab379b8 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1,12 +1,20 @@