修改user端的项目文件到mini-user
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-14 15:52:27 +08:00
parent e0f5977dd9
commit 9403d22544
8 changed files with 42 additions and 11 deletions
+5 -1
View File
@@ -63,7 +63,11 @@ export default defineConfig(async () => ({
},
},
h5: {
publicPath: '/',
publicPath: process.env.TARO_H5_PUBLIC_PATH || '/',
router: {
mode: 'browser',
basename: process.env.TARO_H5_ROUTER_BASENAME || '/',
},
staticDirectory: 'static',
devServer: {
port: 5177,