update base_url

This commit is contained in:
zhigang.li 2018-08-22 13:38:58 +08:00
parent 08e7b69e3c
commit 17230152c3
1 changed files with 1 additions and 1 deletions

View File

@ -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