xiongzhu 4 years ago
parent
commit
9f7a5946b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/pc-space/vue.config.js

+ 1 - 1
src/main/pc-space/vue.config.js

@@ -1,6 +1,6 @@
 const path = require('path');
 const path = require('path');
 module.exports = {
 module.exports = {
-    publicPath: process.env.NODE_ENV === 'production' ? '/web/' : '/',
+    publicPath: process.env.NODE_ENV === 'production' ? '/9th/' : '/',
     devServer: {
     devServer: {
         port: 8081,
         port: 8081,
         disableHostCheck: true
         disableHostCheck: true