diff --git a/src/layouts/UserLayout.js b/src/layouts/UserLayout.js index 8402341e79d802aa7f6035c88b613499987a8c53..7bc238643331048c1b5d09709a4eab2dd429b911 100644 --- a/src/layouts/UserLayout.js +++ b/src/layouts/UserLayout.js @@ -8,14 +8,15 @@ import logo from '../assets/logo.svg'; import { getRoutes } from '../utils/utils'; const links = [{ + key: 'help', title: '帮助', href: '', }, { - key: '隐私', + key: 'privacy', title: '隐私', href: '', }, { - key: '隐私', + key: 'terms', title: '条款', href: '', }];