소스 검색

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

李志伟 3 년 전
부모
커밋
1a69e747ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js 파일 보기

@@ -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',