commit
This commit is contained in:
parent
9bbc3705c9
commit
36a0462012
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue