改参数

This commit is contained in:
Teng 2025-11-25 16:14:15 +08:00
parent 366e7cb848
commit 2aa1526dc4
4 changed files with 5 additions and 6 deletions

View File

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

View File

@ -5,12 +5,11 @@
},
"setting": {
"urlCheck": false,
"es6": true,
"es6": false,
"postcss": false,
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true,
"enhance": true
"bigPackageSizeSupport": true
},
"compileType": "miniprogram",
"libVersion": "latest",