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 0bc0312 commit f5bbe32Copy full SHA for f5bbe32
blogvue/src/config/apiBaseUrl.js
@@ -1,7 +1,7 @@
1
const serverUrl = 'https://immortalboy.cn'
2
const imgServerUrl = 'https://iamge.immortalboy.cn'
3
-// const baseUrl = 'https://immortalboy.cn/api/blog'
4
-const baseUrl = '/api/blog'
+const baseUrl = 'https://immortalboy.cn/api/blog'
+// const baseUrl = '/api/blog'
5
6
const servicePath = {
7
visitorLogin: baseUrl + '/comment/visitorLogin', // 评论接口:获取文章列表
0 commit comments