Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeeChen committed Nov 27, 2024
1 parent 08272b3 commit 47d0a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JavaScript/General/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const routes = {
window.myData.travel.isProvice = false;
await routesFunction.travel();
},
"/旅行": async () => {
"/%E6%97%85%E8%A1%8C": async () => {
window.myData.travel.isCountry = false;
window.myData.travel.isProvice = false;
await routesFunction.travel();
Expand Down

0 comments on commit 47d0a56

Please sign in to comment.