Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Former-commit-id: 7e69b5c9ddfe4e61d53e88df6a1c08b8b674a6bb [formerly 7e69b5c9ddfe4e61d53e88df6a1c08b8b674a6bb [formerly 7e69b5c9ddfe4e61d53e88df6a1c08b8b674a6bb [formerly 7e69b5c9ddfe4e61d53e88df6a1c08b8b674a6bb [formerly 1db45d4 [formerly a1932616070c61c43243272e29997be8de4604af]]]]]
Former-commit-id: a43f0d4
Former-commit-id: 0c3c904
Former-commit-id: ad9397317fb9d867c362d103c7da62a93c08262f [formerly 738199365c392fb496edf172fc0d470b51081530]
Former-commit-id: a702ad66dffcb2edb9c6e24449c0f74bb457a2cd
Former-commit-id: b0e5c0857c55b04846e779812aedb007da85f2b9
Former-commit-id: 1ad7657fdb0c36931500f8e8f50911407bb92b8c
Former-commit-id: 189cabd0e0def4bd0ce5ef47f118be9751231fe5
Former-commit-id: b6c3d82bb15efff77030cfa37cd21b1d18bea501
  • Loading branch information
FairyEver committed Jan 17, 2019
2 parents 3b7b811 + 20660c6 commit 4daec1b
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 4daec1b

Please sign in to comment.