update baseUrl
This commit is contained in:
parent
387b0b354d
commit
39e8fa75f6
|
|
@ -11,6 +11,7 @@ const resolve = dir => {
|
|||
// 如果您的应用程序部署在子路径中,则需要在这指定子路径
|
||||
// 例如:https://www.foobar.com/my-app/
|
||||
// 需要将它改为'/my-app/'
|
||||
// iview-admin线上演示打包路径: https://file.iviewui.com/admin-dist/
|
||||
const BASE_URL = process.env.NODE_ENV === 'production'
|
||||
? '/'
|
||||
: '/'
|
||||
|
|
|
|||
Loading…
Reference in New Issue