Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Former-commit-id: a1932616070c61c43243272e29997be8de4604af
  • Loading branch information
FairyEver committed Jan 17, 2019
2 parents 2a6afca + 7a7d768 commit 1db45d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ process.env.VUE_APP_BUILD_TIME = require('dayjs')().format('YYYY-M-D HH:mm:ss')
let publicPath = '/'

module.exports = {
publicPath: publicPath, // 根据你的实际情况更改这里
publicPath, // 根据你的实际情况更改这里
lintOnSave: true,
devServer: {
publicPath: publicPath // 和 publicPath 保持一致
publicPath // 和 publicPath 保持一致
},
css: {
loaderOptions: {
Expand Down

0 comments on commit 1db45d4

Please sign in to comment.