lrf402788946 5 years ago
parent
commit
4c99c0fdff
1 changed files with 1 additions and 1 deletions
  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, {