改参数
This commit is contained in:
parent
366e7cb848
commit
2aa1526dc4
|
|
@ -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
|
|
@ -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;
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue