xiongzhu hace 4 años
padre
commit
9f7a5946b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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