File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ VUE_APP_PUBLIC_PATH = /
1
2
VUE_APP_NAME = Admin
2
3
VUE_APP_ROUTES_KEY = admin.routes
3
4
VUE_APP_PERMISSIONS_KEY = admin.permissions
@@ -6,4 +7,4 @@ VUE_APP_USER_KEY=admin.user
6
7
VUE_APP_SETTING_KEY = admin.setting
7
8
VUE_APP_TBAS_KEY = admin.tabs
8
9
VUE_APP_TBAS_TITLES_KEY = admin.tabs.titles
9
- VUE_APP_API_BASE_URL = http://api.iczer.com
10
+ VUE_APP_API_BASE_URL = http://api.iczer.com
Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ selenium-debug.log
17
17
* .njsproj
18
18
* .sln
19
19
package-lock.json
20
+ .env.production.local
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ module.exports = {
110
110
}
111
111
}
112
112
} ,
113
- publicPath : isProd ? '/vue-antd-admin/' : '/' ,
113
+ publicPath : process . env . VUE_APP_PUBLIC_PATH ,
114
114
outputDir : 'dist' ,
115
115
assetsDir : 'static' ,
116
116
productionSourceMap : false
You can’t perform that action at this time.
0 commit comments