Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd553a75

Browse files
committed
修复config文件注释错误
1 parentbee36e1 commitd553a75

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)

[8]ページ先頭

©2009-2025 Movatter.jp