改接口

This commit is contained in:
Teng 2025-11-25 14:39:03 +08:00
parent ca75e2674d
commit 366e7cb848
3 changed files with 3 additions and 3 deletions

View File

@ -459,7 +459,7 @@
const mm = String(now.getMonth() + 1).padStart(2, '0'); // 0
let path = '';
switch ('zz') {
switch ('jhr') {
case 'jg': //
path = `${yyyy}/${mm}/jgxx/jg`;
break;

File diff suppressed because one or more lines are too long

View File

@ -300,7 +300,7 @@ const _sfc_main = {
const yyyy = now.getFullYear();
const mm = String(now.getMonth() + 1).padStart(2, "0");
let path = "";
switch ("zz") {
switch ("jhr") {
case "jg":
path = `${yyyy}/${mm}/jgxx/jg`;
break;