fix:修改wx配置项
This commit is contained in:
parent
edb7fb7e9d
commit
3c9d81f0fc
4
env/.env
vendored
4
env/.env
vendored
@ -1,8 +1,8 @@
|
||||
VITE_APP_TITLE = 'unibest'
|
||||
VITE_APP_TITLE = 'ebike-maintenance'
|
||||
VITE_APP_PORT = 9000
|
||||
|
||||
VITE_UNI_APPID = '__UNI__D1E5001'
|
||||
VITE_WX_APPID = 'wxa2abb91f64032a2b'
|
||||
VITE_WX_APPID = 'wx8e64a91083684628'
|
||||
|
||||
# h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base
|
||||
# https://uniapp.dcloud.net.cn/collocation/manifest.html#h5-router
|
||||
|
||||
@ -5,7 +5,7 @@ import { tabBar } from './src/tabbar/config'
|
||||
export default defineUniPages({
|
||||
globalStyle: {
|
||||
navigationStyle: 'default',
|
||||
navigationBarTitleText: 'unibest',
|
||||
navigationBarTitleText: 'ebike-maintenance',
|
||||
navigationBarBackgroundColor: '#f8f8f8',
|
||||
navigationBarTextStyle: 'black',
|
||||
backgroundColor: '#FFFFFF',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user