feat: unibest title
This commit is contained in:
parent
4f6c57eb64
commit
470f34c689
2
env/.env
vendored
2
env/.env
vendored
@ -1,4 +1,4 @@
|
||||
VITE_APP_TITLE = 'UniBest App'
|
||||
VITE_APP_TITLE = 'unibest'
|
||||
VITE_APP_PORT = 9000
|
||||
|
||||
# github actions 部署地址根路径,用在 manifest.config.ts 里面的 h5.router.base
|
||||
|
@ -14,10 +14,11 @@
|
||||
'" />',
|
||||
)
|
||||
</script>
|
||||
<title>vue3-uniapp</title>
|
||||
<title>unibest</title>
|
||||
<!--preload-links-->
|
||||
<!--app-context-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"><!--app-html--></div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
|
@ -3,7 +3,7 @@ import { defineUniPages } from '@uni-helper/vite-plugin-uni-pages'
|
||||
export default defineUniPages({
|
||||
globalStyle: {
|
||||
navigationStyle: 'default',
|
||||
navigationBarTitleText: 'vue3-uniapp',
|
||||
navigationBarTitleText: 'unibest',
|
||||
navigationBarBackgroundColor: '#f8f8f8',
|
||||
navigationBarTextStyle: 'black',
|
||||
backgroundColor: '#FFFFFF',
|
||||
|
Loading…
x
Reference in New Issue
Block a user