This commit is contained in:
X1627315083
2023-12-11 15:22:55 +08:00
parent 039fe738e4
commit 9549bc14f2
8 changed files with 14 additions and 7 deletions

View File

@@ -210,6 +210,7 @@ export default defineComponent({
}),
upload:{
isPin:0,
gender:'',
level1Type:'Moodboard',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -83,6 +83,7 @@ export default defineComponent({
}),
upload:{
isPin:0,
gender:'',
level1Type:'MarketingSketch',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -219,6 +219,7 @@ export default defineComponent({
}),
upload:{
isPin:0,
gender:'',
level1Type:'Printboard',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -72,6 +72,7 @@ export default defineComponent({
uploadUrl:'',
upload:{
isPin:0,
gender:'',
level1Type:'Moodboard',
timeZone:Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -157,6 +157,7 @@ export default defineComponent({
uploadUrl: "",
upload: {
isPin: 0,
gender:'',
level1Type: "Moodboard",
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
},

View File

@@ -160,6 +160,7 @@ export default defineComponent({
uploadUrl: "",
upload: {
isPin: 0,
gender:'',
level1Type: "Moodboard",
timeZone: Intl.DateTimeFormat().resolvedOptions().timeZone,
},