Compare commits

...

3 Commits

Author SHA1 Message Date
d8e32c2221 Merge branch 'master' of github.com:yi-ge/blog-client 2019-07-07 21:00:45 +08:00
143756be8b 修改测试地址 2019-07-07 21:00:36 +08:00
6880d329ce 修改头像 2019-07-07 20:53:45 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
.widget.avatar
.widgetTitle
label 关于作者
img(src='https://cdn.wyr.me/avatar.png')
img(src='https://data.sercretcore.cn/new_avatar.jpeg')
p.aboutMe
| 妄图改变世界的全栈程序员
.social

View File

@ -1,7 +1,7 @@
const pkg = require('./package')
// const DevBaseUrl = 'http://127.0.0.1:65534'
const DevBaseUrl = 'https://api.wyr.me'
const DevBaseUrl = 'http://127.0.0.1:65534'
// const DevBaseUrl = 'https://api.wyr.me'
const ProdBashUrl = 'https://api.wyr.me'
module.exports = {