flat:石河子

This commit is contained in:
Apcallover
2025-12-19 17:56:54 +08:00
parent 5b6393a37d
commit e7ad0c1567
6 changed files with 15 additions and 151 deletions

View File

@@ -125,7 +125,7 @@ export default defineConfig({
*/
headScripts: [
// 解决首次加载时白屏的问题
{ src: '/qingdao/scripts/loading.js', async: true },
{ src: '/shihezi/scripts/loading.js', async: true },
],
//================ pro 插件配置 =================
presets: ['umi-presets-pro'],
@@ -151,9 +151,9 @@ export default defineConfig({
mfsu: {
strategy: 'normal',
},
outputPath: 'qingdao',
base: '/qingdao/',
publicPath: '/qingdao/',
outputPath: 'shihezi',
base: '/shihezi/',
publicPath: '/shihezi/',
esbuildMinifyIIFE: true,
requestRecord: {},
});