Skip to content

Commit 90ad43b

Browse files
fix: 修复了查看小说时的样式问题,同时修复了后端接口
1 parent 6d3c4e9 commit 90ad43b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

blog/config/apiBaseUrl.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
const vuebaseUrl = 'https://vue.immortalboy.cn'
22
const serverUrl = 'https://immortalboy.cn'
33
const imgServerUrl = 'https://iamge.immortalboy.cn'
4-
// const baseUrl = 'https://immortalboy.cn/api/blog'
5-
const baseUrl = 'http://localhost:7001/api/blog'
4+
const baseUrl = 'https://immortalboy.cn/api/blog'
65

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

service/config/config.default.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = appInfo => {
2828
client: {
2929
// host
3030
host: '129.211.106.174',
31-
// host: 'localhost',
3231
// port
3332
port: '3306',
3433
// username

0 commit comments

Comments
 (0)