Browse Source

Merge branch 'master' of http://git.ycjcjy.com/honghe/admin-draw-lots

李志伟 3 years ago
parent
commit
1a69e747ec
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js View File

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