Skip to content

Commit 8ace697

Browse files
fix: 前台博客vue中node-sass版本,使服务器上node可以支持下载
1 parent 0f3b11e commit 8ace697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 baseUrl = '/api/blog'
2+
const baseUrl = 'https://immortalboy.cn/api/blog'
33

44
const servicePath = {
55
visitorLogin: baseUrl + '/comment/visitorLogin', // 评论接口:获取文章列表

0 commit comments

Comments
 (0)