商户后台

This commit is contained in:
liu
2026-06-17 12:41:49 +08:00
parent 845bea4b81
commit f63a7db58f
46 changed files with 2215 additions and 43 deletions
+4
View File
@@ -4,6 +4,10 @@ export default {
"merchant.store.id": "ID",
"merchant.store.user_id": "所属用户",
"merchant.store.user_id.required": "所属用户不能为空",
"merchant.store.username": "登录用户名",
"merchant.store.username.required": "登录用户名不能为空",
"merchant.store.password": "登录密码",
"merchant.store.password.required": "登录密码不能少于6位",
"merchant.store.category_id": "商户分类",
"merchant.store.name": "店铺名称",
"merchant.store.name.required": "店铺名称不能为空",