natasha 1 年之前
父节点
当前提交
5862409178
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -27,7 +27,7 @@ module.exports = {
      * In most cases please use '/' !!!
      * Detail: https://cli.vuejs.org/config/#publicpath
      */
-    publicPath: process.env.NODE_ENV === 'development' ? '/' : '/ROOT',
+    publicPath: process.env.NODE_ENV === 'development' ? '/' : '/',
     outputDir: 'dist',
     assetsDir: 'static',
     lintOnSave: false,