diff --git a/env/.env b/env/.env index 7741db6..d61e466 100644 --- a/env/.env +++ b/env/.env @@ -1,4 +1,4 @@ -VITE_APP_TITLE = 'unibest' +VITE_APP_TITLE = '茶址' VITE_APP_PORT = 9000 VITE_UNI_APPID = '__UNI__D1E5001' @@ -8,7 +8,7 @@ VITE_WX_APPID = 'wxa2abb91f64032a2b' VITE_APP_PUBLIC_BASE=/ # 登录页面 -VITE_LOGIN_URL = '/pages/login/index' +VITE_LOGIN_URL = '/pages/login/login' # 第一个请求地址 VITE_SERVER_BASEURL = 'https://mnp.zhuzhuda.cn' diff --git a/favicon.ico b/favicon.ico index 47c577c..6664ddc 100644 Binary files a/favicon.ico and b/favicon.ico differ diff --git a/index.html b/index.html index 2e368d0..79e2900 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ '" />', ) - unibest + 茶址 diff --git a/pages.config.ts b/pages.config.ts index 7c4b179..5e99683 100644 --- a/pages.config.ts +++ b/pages.config.ts @@ -4,7 +4,7 @@ import { tabBar } from './src/tabbar/config' export default defineUniPages({ globalStyle: { navigationStyle: 'default', - navigationBarTitleText: 'unibest', + navigationBarTitleText: '茶址', navigationBarBackgroundColor: '#f8f8f8', navigationBarTextStyle: 'black', backgroundColor: '#FFFFFF', diff --git a/src/components/navbar.vue b/src/components/navbar.vue index cf3bcb6..392285f 100644 --- a/src/components/navbar.vue +++ b/src/components/navbar.vue @@ -1,26 +1,24 @@