Skip to content

Commit 454ab6f

Browse files
commit
1 parent d86bdb3 commit 454ab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const resolve = dir => {
1212
// 例如:https://www.foobar.com/my-app/
1313
// 需要将它改为'/my-app/'
1414
const BASE_URL = process.env.NODE_ENV === 'production'
15-
? '/iview-admin/'
15+
? '/'
1616
: '/'
1717

1818
module.exports = {

0 commit comments

Comments
 (0)