Skip to content

Commit

Permalink
Update faceConfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascotbe authored Sep 29, 2022
1 parent 23c5257 commit 7f89466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vue/faceConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const faceConfig = () => {
return {
// 基础路径,打包发布的时候修改为后端发布服务地址

basePath: 'https://medusa.ascotbe.asia/api/',
imgPath: 'https://medusa.ascotbe.asia/s/',
basePath: 'http://127.0.0.1:9999/api/',
imgPath: 'http://127.0.0.1:9999/s/',
scriptUrl: '//at.alicdn.com/t/font_1734998_iv1ouwpdggf.js'//icon 图标库
}
}
Expand Down

0 comments on commit 7f89466

Please sign in to comment.