Skip to content

Commit

Permalink
修改单词拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Maicius committed Aug 23, 2020
1 parent b8a475c commit d8822ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/static/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ const WRONG_PASSWORD_QQ = "QQ号校验码不匹配,如果在爬虫过程中出

// 请修改为自己的的数据分析网站地址
// 数据分析网站是单独的子项目,地址:https://github.com/Maicius/QQZoneSwipper
const QQ_FRONT_LACTION = 'http://qq.xiaomaidong.com';
const QQ_FRONT_LOCATION = 'http://qq.xiaomaidong.com';
2 changes: 1 addition & 1 deletion src/web/static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let vm = avalon.define({
$id: 'qqzone',
nick_name: '',
// 请修改为对应的前端地址
QQ_LOCATION: QQ_FRONT_LACTION + '/data/userinfo/',
QQ_LOCATION: QQ_FRONT_LOCATION + '/data/userinfo/',
qq_id: '',
stop_num: -1,
stop_date: '-1',
Expand Down

0 comments on commit d8822ad

Please sign in to comment.