lrf402788946 5 years ago
parent
commit
8b29632d38
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 frame = path.resolve(__dirname, '../frame');
 const school = path.resolve(__dirname, '../train-school');
 module.exports = {
-  publicPath: process.env.NODE_ENV === 'development' ? '/' : './center',
+  publicPath: process.env.NODE_ENV === 'development' ? '/' : '/center',
   outputDir: 'center',
   configureWebpack: {
     // externals: {