This commit is contained in:
zhigang.li@tendcloud.com 2018-11-02 11:16:29 +08:00
parent 9bbc3705c9
commit 36a0462012
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const resolve = dir => {
// 例如https://www.foobar.com/my-app/
// 需要将它改为'/my-app/'
const BASE_URL = process.env.NODE_ENV === 'production'
? '/iview-admin/'
? '/'
: '/'
module.exports = {