|
|
@@ -84,7 +84,7 @@ export default defineConfig<'webpack5'>(async (merge, { command, mode }) => {
|
|
|
}
|
|
|
},
|
|
|
h5: {
|
|
|
- publicPath: '/mini-talent/',
|
|
|
+ publicPath: '/talent-mini/',
|
|
|
staticDirectory: 'static',
|
|
|
output: {
|
|
|
filename: 'js/[name].[hash:8].js',
|
|
|
@@ -119,7 +119,7 @@ export default defineConfig<'webpack5'>(async (merge, { command, mode }) => {
|
|
|
chain.resolve.plugin('tsconfig-paths').use(TsconfigPathsPlugin)
|
|
|
},
|
|
|
router: {
|
|
|
- basename: '/mini-talent',
|
|
|
+ basename: '/talent-mini',
|
|
|
},
|
|
|
},
|
|
|
rn: {
|