Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed May 24, 2024
1 parent 6ebcb51 commit 3d3c104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import axios from 'axios'
import moment from "moment";
import fs from 'fs';
var page = 6;
var page = 21;
var loc = window.location.pathname.split('/').slice(-1)[0];
var loc_dir = window.location.pathname.split('/')[1];
//let loc = window.location.pathname.split('/').slice(0)[3];
Expand Down Expand Up @@ -138,7 +138,7 @@ export default {
url: "/",
start: 0,
end: 21,
dir: "wa/1",
dir: "wa/0",
s_a: 0,
s_b: 2,
s_c: 41,
Expand Down

0 comments on commit 3d3c104

Please sign in to comment.