updata
This commit is contained in:
parent
f1d3cd833f
commit
f064f3f861
@ -513,29 +513,29 @@ export const asyncRoutes = [
|
||||
]
|
||||
},
|
||||
// Token用量 - 一级菜单(所有登录用户都能看到)
|
||||
{
|
||||
path: "/tokenUsage",
|
||||
component: Layout,
|
||||
meta: {
|
||||
title: "Token用量",
|
||||
fullPath: "/tokenUsage",
|
||||
noCache: true,
|
||||
icon: "el-icon-data-line"
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: "",
|
||||
component: () => import('@/views/tokenUsage/index.vue'),
|
||||
name: 'TokenUsage',
|
||||
meta: {
|
||||
title: "Token用量",
|
||||
fullPath: "/tokenUsage",
|
||||
noCache: true,
|
||||
icon: "el-icon-data-line"
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
// {
|
||||
// path: "/tokenUsage",
|
||||
// component: Layout,
|
||||
// meta: {
|
||||
// title: "Token用量",
|
||||
// fullPath: "/tokenUsage",
|
||||
// noCache: true,
|
||||
// icon: "el-icon-data-line"
|
||||
// },
|
||||
// children: [
|
||||
// {
|
||||
// path: "",
|
||||
// component: () => import('@/views/tokenUsage/index.vue'),
|
||||
// name: 'TokenUsage',
|
||||
// meta: {
|
||||
// title: "Token用量",
|
||||
// fullPath: "/tokenUsage",
|
||||
// noCache: true,
|
||||
// icon: "el-icon-data-line"
|
||||
// }
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
// 模型体验
|
||||
{
|
||||
path: "/modelExperience",
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
<li>地址:<span v-if="JSON.stringify(logoInfoNew)!=='{}'">{{ logoInfoNew.home.adress }}</span>
|
||||
</li>
|
||||
<li v-if="JSON.stringify(logoInfoNew)!=='{}'"> 邮箱:{{logoInfoNew.home.email}}</li>
|
||||
<li v-if="JSON.stringify(logoInfoNew)!=='{}'">电话: <span class="tel">{{logoInfoNew.home.mobile}}</span>
|
||||
</li>
|
||||
<!-- <li v-if="JSON.stringify(logoInfoNew)!=='{}'">电话: <span class="tel">{{logoInfoNew.home.mobile}}</span> -->
|
||||
<!-- </li> -->
|
||||
|
||||
<li>
|
||||
<!-- <a href="" rel="noreferrer" target="_blank"></a> -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user