From d05a0ef29d25bc531c6200635f9afe1c22b7d28e Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 18 Sep 2025 11:30:21 +0800 Subject: [PATCH] v1.9 发布广告分类没有翻译成中文的问题 --- src/views/admin/advertManageLang.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+), 0 deletions(-) diff --git a/src/views/admin/advertManageLang.js b/src/views/admin/advertManageLang.js index 0adbccb..b711b6f 100644 --- a/src/views/admin/advertManageLang.js +++ b/src/views/admin/advertManageLang.js @@ -29,6 +29,14 @@ export const messages = { outside: 'Outside', noJump: 'No Jump' }, + location:{ + device: 'Device', + ownerHome: 'Owner Home', + businessHome: 'Business Home', + serviceHome: 'Service Home', + convenienceHome: 'Convenience Home', + staffHome: 'Staff Home' + }, classify: { logistics: 'Logistics', catering: 'Catering', @@ -141,6 +149,14 @@ export const messages = { outside: '站外', noJump: '不跳转' }, + location:{ + device: '设备', + ownerHome: '业主家', + businessHome: '商家家', + serviceHome: '服务家', + convenienceHome: '便利家', + staffHome: '员工' + }, classify: { logistics: '物流', catering: '餐饮', -- libgit2 0.21.4