We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ad43b commit 022cac5Copy full SHA for 022cac5
blog/config/apiBaseUrl.js
@@ -1,6 +1,6 @@
1
const vuebaseUrl = 'https://vue.immortalboy.cn'
2
const serverUrl = 'https://immortalboy.cn'
3
-const imgServerUrl = 'https://iamge.immortalboy.cn'
+const imgServerUrl = 'https://image.immortalboy.cn'
4
const baseUrl = 'https://immortalboy.cn/api/blog'
5
6
const servicePath = {
blogvue/src/config/apiBaseUrl.js
@@ -1,5 +1,5 @@
const baseUrl = process.env.NODE_ENV === 'production'?
'https://immortalboy.cn/api/blog'
: '/api/blog'
0 commit comments