Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Former-commit-id: a7f7710
  • Loading branch information
FairyEver committed Jan 17, 2019
2 parents 559e54f + f92a79e commit a43f0d4
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 a43f0d4

Please sign in to comment.