diff --git a/src/layouts/UserLayout.js b/src/layouts/UserLayout.js index 8402341e..7bc23864 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: '', }];