no message
This commit is contained in:
@@ -3,8 +3,8 @@ const path = require('path')
|
||||
|
||||
module.exports = defineConfig({
|
||||
productionSourceMap: false,
|
||||
// publicPath: process.env.NODE_ENV === 'production' ? './' : '/',
|
||||
publicPath: '/',
|
||||
publicPath: process.env.NODE_ENV === 'production' ? 'https://ansnid.oss-cn-shenzhen.aliyuncs.com/fang' : '/',
|
||||
// publicPath: '/',
|
||||
configureWebpack: {
|
||||
resolve: {
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user