Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Apr 1, 2024
1 parent 281b746 commit 9e68683
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 @@ -91,7 +91,7 @@ import {
import 'hooper/dist/hooper.css';
var page = 107;
var page = 21;
var loc = window.location.pathname.split('/').slice(-1)[0];
//let loc = window.location.pathname.split('/').slice(0)[3];
Expand All @@ -109,7 +109,7 @@ export default {
loading: true,
url: "/",
s_a: 0,
s_b: 17,
s_b: 2,
s_c: 41,
s_d: 51,
s_e: 60,
Expand Down

0 comments on commit 9e68683

Please sign in to comment.