改参数

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

View File

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