改接口
This commit is contained in:
parent
ca75e2674d
commit
366e7cb848
|
|
@ -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
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue