lrf402788946 5 năm trước cách đây
mục cha
commit
4c99c0fdff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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, {