语言适配

This commit is contained in:
李志鹏
2026-05-06 13:45:28 +08:00
parent 752b33f196
commit 27da4739a6
5 changed files with 1851 additions and 1798 deletions

View File

@@ -224,8 +224,8 @@ const routes: Array<RouteRecordRaw> = [
name: "becomeSeller",
meta: {
enter: "all",
sellerHeaderTitle: "Apply to Become a Seller",
sellerHeaderTip: "Join the Stylish Parade and start selling your design work"
sellerHeaderTitle: "ApplySeller.applySellerTitle",
sellerHeaderTip: "ApplySeller.applySellerDesc"
},
component: () => import("@/views/SellerDashboard/BecomeSeller/index.vue")
},