瀏覽代碼

fix 报名

anxiaoxia 3 年之前
父節點
當前提交
a6d9f4d650
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -6,8 +6,8 @@ console.log('env2', env);
 
 
 
 
 module.exports = {
 module.exports = {
-    publicPath: '/dist', //相对路径
-    outputDir: 'dist', //打包名称
+    publicPath: '/sgshow', //相对路径
+    outputDir: 'dist/sgshow', //打包名称
     assetsDir: "static", //静态目录
     assetsDir: "static", //静态目录
     lintOnSave: false, //关闭lint代码
     lintOnSave: false, //关闭lint代码
     productionSourceMap: false, // 生产环境是否开启sourceMap
     productionSourceMap: false, // 生产环境是否开启sourceMap