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

+ 1 - 1
vue.config.js

@@ -2,7 +2,7 @@ const path = require('path');
 const question = path.resolve(__dirname, '../question-examine');
 const frame = path.resolve(__dirname, '../frame');
 module.exports = {
-  publicPath: process.env.NODE_ENV === 'development' ? '/' : 'student',
+  publicPath: process.env.NODE_ENV === 'development' ? '/' : '/',
   outputDir: 'student',
   configureWebpack: config => {
     Object.assign(config, {