Fix: 修正生产版本基地址Bug
This commit is contained in:
@ -96,5 +96,5 @@ export default defineConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/',
|
||||
// base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user