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 6d3c4e9 commit 90ad43bCopy full SHA for 90ad43b
blog/config/apiBaseUrl.js
@@ -1,8 +1,7 @@
1
const vuebaseUrl = 'https://vue.immortalboy.cn'
2
const serverUrl = 'https://immortalboy.cn'
3
const imgServerUrl = 'https://iamge.immortalboy.cn'
4
-// const baseUrl = 'https://immortalboy.cn/api/blog'
5
-const baseUrl = 'http://localhost:7001/api/blog'
+const baseUrl = 'https://immortalboy.cn/api/blog'
6
7
const servicePath = {
8
visitorLogin: baseUrl + '/comment/visitorLogin', // 评论接口:获取文章列表
service/config/config.default.js
@@ -28,7 +28,6 @@ module.exports = appInfo => {
28
client: {
29
// host
30
host: '129.211.106.174',
31
- // host: 'localhost',
32
// port
33
port: '3306',
34
// username
0 commit comments