Skip to content

Commit

Permalink
修复重写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yml2213 committed Jun 12, 2022
1 parent e6e2b75 commit a6d42ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wyyx_app/wyyx_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ async function start() {
// https://act.you.163.com/act-attendance/task/list
async function GetRewrite() {
if ($request.url.indexOf("act-attendance/task/list") > -1) {
const ck = $request.headers.Cookie;
ck = $request.headers.Cookie;
if (ckStr) {
if (ckStr.indexOf(ck) == -1) { // 找不到返回 -1
ckStr = ckStr + "@@" + ck;
Expand Down

0 comments on commit a6d42ee

Please sign in to comment.