Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb36dad

Browse files
authored
Merge pull request lin-xin#184 from lin-xin/dev
修复config文件注释错误
2 parents 38a5bd4 + d553a75 commit eb36dad

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

vue.config.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module.exports = {
22
baseUrl: './',
33
assetsDir: 'static',
44
productionSourceMap: false,
5-
devServer: {
6-
proxy: {
7-
// '/api':{
8-
// target:'http://jsonplaceholder.typicode.com',
9-
// changeOrigin:true,
10-
// pathRewrite:{
11-
// '/api':''
12-
// }
13-
// }
14-
}
15-
}
5+
// devServer: {
6+
// proxy: {
7+
// '/api':{
8+
// target:'http://jsonplaceholder.typicode.com',
9+
// changeOrigin:true,
10+
// pathRewrite:{
11+
// '/api':''
12+
// }
13+
// }
14+
// }
15+
// }
1616
}

0 commit comments

Comments
 (0)