fix: 修复店铺添加经营模式初始值问题
This commit is contained in:
parent
8ea8c257d2
commit
399cbcfc3f
|
|
@ -239,7 +239,7 @@ const state = reactive({
|
|||
mainId: "",
|
||||
shopType: "only",
|
||||
tube_type: "0",
|
||||
registerType: "restaurant",
|
||||
registerType: "before",
|
||||
profiles: "release",
|
||||
activateCode: "",
|
||||
accountName: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue