Skip to content

Commit f5bbe32

Browse files
fix: 修改了后台图片请求地址
1 parent 0bc0312 commit f5bbe32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blogvue/src/config/apiBaseUrl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const serverUrl = 'https://immortalboy.cn'
22
const imgServerUrl = 'https://iamge.immortalboy.cn'
3-
// const baseUrl = 'https://immortalboy.cn/api/blog'
4-
const baseUrl = '/api/blog'
3+
const baseUrl = 'https://immortalboy.cn/api/blog'
4+
// const baseUrl = '/api/blog'
55

66
const servicePath = {
77
visitorLogin: baseUrl + '/comment/visitorLogin', // 评论接口:获取文章列表

0 commit comments

Comments
 (0)