Skip to content

Commit 022cac5

Browse files
fix: 修复了图片地址配置错误的问题
1 parent 90ad43b commit 022cac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blog/config/apiBaseUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const vuebaseUrl = 'https://vue.immortalboy.cn'
22
const serverUrl = 'https://immortalboy.cn'
3-
const imgServerUrl = 'https://iamge.immortalboy.cn'
3+
const imgServerUrl = 'https://image.immortalboy.cn'
44
const baseUrl = 'https://immortalboy.cn/api/blog'
55

66
const servicePath = {

blogvue/src/config/apiBaseUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const serverUrl = 'https://immortalboy.cn'
2-
const imgServerUrl = 'https://iamge.immortalboy.cn'
2+
const imgServerUrl = 'https://image.immortalboy.cn'
33
const baseUrl = process.env.NODE_ENV === 'production'?
44
'https://immortalboy.cn/api/blog'
55
: '/api/blog'

0 commit comments

Comments
 (0)