张延森 hace 3 años
padre
commit
14fe0a5e58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Ver fichero

@@ -24,7 +24,7 @@ module.exports = {
24 24
    * In most cases please use '/' !!!
25 25
    * Detail: https://cli.vuejs.org/config/#publicpath
26 26
    */
27
-  publicPath: '/',
27
+  publicPath: '.',
28 28
   outputDir: 'dist',
29 29
   assetsDir: 'static',
30 30
   lintOnSave: process.env.NODE_ENV === 'development',