mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
chore: modify text
Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
parent
19bbd2842c
commit
ae5cdf417f
@ -11,7 +11,7 @@ import {
|
||||
IdCardOutline,
|
||||
InfiniteSharp,
|
||||
LayersOutline,
|
||||
NotificationsOutline,
|
||||
// NotificationsOutline,
|
||||
PlanetOutline,
|
||||
} from '@vicons/ionicons5'
|
||||
|
||||
@ -108,16 +108,16 @@ const routes: RouteRecordRaw[] = [
|
||||
icon: FootballOutline,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'notification',
|
||||
name: ROUTE_NAME.SYSTEM_NOTIFICATION_INDEX,
|
||||
component: () => import('../views/NotificationView.vue'),
|
||||
meta: {
|
||||
title: '通知设置',
|
||||
requiresAuth: true,
|
||||
icon: NotificationsOutline,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: 'notification',
|
||||
// name: ROUTE_NAME.SYSTEM_NOTIFICATION_INDEX,
|
||||
// component: () => import('../views/NotificationView.vue'),
|
||||
// meta: {
|
||||
// title: '通知设置',
|
||||
// requiresAuth: true,
|
||||
// icon: NotificationsOutline,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: 'log',
|
||||
name: ROUTE_NAME.SYSTEM_LOG_INDEX,
|
||||
|
@ -5,7 +5,7 @@ import { NTabs, NTab } from 'naive-ui'
|
||||
<div class="p-4">
|
||||
<n-tabs type="line" :bar-width="32">
|
||||
<n-tab name="users"> 用户 </n-tab>
|
||||
<n-tab name="social"> 登录方式 </n-tab>
|
||||
<n-tab name="social"> 登录提供方 </n-tab>
|
||||
<n-tab name="template"> 模板 </n-tab>
|
||||
<n-tab name="setting"> 设置 </n-tab>
|
||||
</n-tabs>
|
||||
|
@ -4,7 +4,7 @@ import { NTabs, NTab } from 'naive-ui'
|
||||
<template>
|
||||
<div class="p-4">
|
||||
<n-tabs type="line" :bar-width="32">
|
||||
<n-tab name="users"> CDN 厂商 </n-tab>
|
||||
<n-tab name="users"> CDN 提供方 </n-tab>
|
||||
<n-tab name="dashboard"> 使用情况 </n-tab>
|
||||
<n-tab name="setting"> 设置 </n-tab>
|
||||
</n-tabs>
|
||||
|
@ -1,3 +1,30 @@
|
||||
<script setup lang="ts">
|
||||
import { NCard, NGrid, NGi } from 'naive-ui'
|
||||
</script>
|
||||
<template>
|
||||
<div class="p-4">system home</div>
|
||||
<div class="p-4">
|
||||
<n-grid cols="5" :x-gap="12" :y-gap="8">
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
<n-gi>
|
||||
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
|
||||
</n-gi>
|
||||
</n-grid>
|
||||
</div>
|
||||
</template>
|
||||
|
@ -4,7 +4,7 @@ import { NTabs, NTab } from 'naive-ui'
|
||||
<template>
|
||||
<div class="p-4">
|
||||
<n-tabs type="line" :bar-width="32">
|
||||
<n-tab name="users"> OSS 厂商 </n-tab>
|
||||
<n-tab name="users"> OSS 提供方 </n-tab>
|
||||
<n-tab name="dashboard"> 使用情况 </n-tab>
|
||||
<n-tab name="setting"> 设置 </n-tab>
|
||||
</n-tabs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user