chore: 修改demo的打包路径

This commit is contained in:
Russell 2022-09-01 10:02:16 +08:00
parent a9100ebe20
commit 152c015f7d

View File

@ -1,5 +1,5 @@
module.exports = {
publicPath: process.env.NODE_ENV === 'production'
? '/any-rule/'
: '/'
// publicPath: process.env.NODE_ENV === 'production'
// ? '/any-rule/'
// : '/'
}