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