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