Browse Source

publicPath

yusheng 1 year ago
parent
commit
6525cd1e68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -8,7 +8,7 @@ function resolve(dir) {
 }
 
 module.exports = {
-  publicPath: '/main-data',
+  publicPath: '/fm',
   lintOnSave: false,
   productionSourceMap: false,
   configureWebpack: {