wuye
/
webui
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e3a9add51e1ec3ac9bca9ce1029ee1f89c3ea6ab
Authored by
wuxw
2025-10-14 11:29:33 +0800
1 parent
c65859c6
v1.9 dev账户支持修改隐私政策
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/system/registerProtocolLang.js
src/views/system/registerProtocolLang.js
View file @
e3a9add
...
...
@@ -12,7 +12,7 @@ export const messages = {
12
12
registerProtocol: {
13
13
title: '注册协议',
14
14
userProtocol: '用户协议',
15
- merchantProtocol: '
商家协议
',
15
+ merchantProtocol: '
隐私政策
',
16
16
editorPlaceholder: '必填,请填写内容',
17
17
fetchError: '获取注册协议失败'
18
18
}
...
...