|
|
@@ -27,14 +27,13 @@
|
|
|
</Cell>
|
|
|
</CellGroup>
|
|
|
<CellGroup title="系统" inset>
|
|
|
- <Cell is-link v-if="globalStore.getSystemInfo('i18nEnabled')">
|
|
|
- <template #title>
|
|
|
- <app-iconfont icon="g-icon-lang">语言设置</app-iconfont>
|
|
|
- </template>
|
|
|
- <template #value>
|
|
|
- <app-luanguage />
|
|
|
- </template>
|
|
|
- </Cell>
|
|
|
+ <app-luanguage #default="{ value }">
|
|
|
+ <Cell :value="value" is-link v-if="globalStore.getSystemInfo('i18nEnabled')">
|
|
|
+ <template #title>
|
|
|
+ <app-iconfont icon="g-icon-lang">语言设置</app-iconfont>
|
|
|
+ </template>
|
|
|
+ </Cell>
|
|
|
+ </app-luanguage>
|
|
|
<Cell is-link @click="userLogout">
|
|
|
<template #title>
|
|
|
<app-iconfont icon="g-icon-cancel">退出登录</app-iconfont>
|