docs(代理中心-邀请成员流程页): 文本显示优化
This commit is contained in:
parent
ab5d08b65f
commit
77722fd080
@ -86,10 +86,10 @@
|
||||
"confirm_remove_member_start": "Are you sure you want to remove ID:",
|
||||
"confirm_remove_member_end": "from the team?",
|
||||
"invite_members": "Invite Members",
|
||||
"invite_download_app": "1、Invite users to download Likei APP.",
|
||||
"invited_users_login": "2、Invited users need to log in to the Likei APP.",
|
||||
"join_team_steps": "3、Me > Host Center >Apply to join the team.",
|
||||
"enter_team_id": "4、Enter the team ID,click send to join.",
|
||||
"invite_download_app": "Invite users to download Likei APP.",
|
||||
"invited_users_login": "Invited users need to log in to the Likei APP.",
|
||||
"join_team_steps": "Me > Host Center >Apply to join the team.",
|
||||
"enter_team_id": "Enter the team ID,click send to join.",
|
||||
"recharge_agency": "Recharge agency",
|
||||
"my_coins": "My coins:",
|
||||
"user": "User :",
|
||||
|
||||
@ -97,7 +97,7 @@ const router = createRouter({
|
||||
{
|
||||
path: '/invite-members',
|
||||
name: 'invite-members',
|
||||
component: () => import('../views/InviteMembersView.vue'),
|
||||
component: () => import('../views/Agency/InviteMembersView.vue'),
|
||||
meta: { requiresAuth: true },
|
||||
},
|
||||
{
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import GeneralHeader from '../components/GeneralHeader.vue'
|
||||
import GeneralHeader from '@/components/GeneralHeader.vue'
|
||||
import { setDocumentDirection } from '@/locales/i18n'
|
||||
|
||||
const { t, locale } = useI18n()
|
||||
Loading…
x
Reference in New Issue
Block a user