update base_url
This commit is contained in:
parent
08e7b69e3c
commit
17230152c3
|
|
@ -16,7 +16,7 @@ fs.writeFileSync(path.join(__dirname, './config/env.js'), `export default '${env
|
|||
// 如果您的应用程序部署在子路径中,则需要在这指定子路径
|
||||
// 例如:https://www.foobar.com/my-app/
|
||||
// 需要将它改为'/my-app/'
|
||||
const BASE_URL = '/iview-admin/'
|
||||
const BASE_URL = '/'
|
||||
|
||||
module.exports = {
|
||||
// Project deployment base
|
||||
|
|
|
|||
Loading…
Reference in New Issue