From e3a9add51e1ec3ac9bca9ce1029ee1f89c3ea6ab Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 14 Oct 2025 11:29:33 +0800 Subject: [PATCH] v1.9 dev账户支持修改隐私政策 --- src/views/system/registerProtocolLang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/registerProtocolLang.js b/src/views/system/registerProtocolLang.js index b91db1a..4c7fe73 100644 --- a/src/views/system/registerProtocolLang.js +++ b/src/views/system/registerProtocolLang.js @@ -12,7 +12,7 @@ export const messages = { registerProtocol: { title: '注册协议', userProtocol: '用户协议', - merchantProtocol: '商家协议', + merchantProtocol: '隐私政策', editorPlaceholder: '必填,请填写内容', fetchError: '获取注册协议失败' } -- libgit2 0.21.4