This commit is contained in:
hrx 2026-05-26 10:02:36 +08:00
parent f1d3cd833f
commit f064f3f861
2 changed files with 25 additions and 25 deletions

View File

@ -513,29 +513,29 @@ export const asyncRoutes = [
] ]
}, },
// Token用量 - 一级菜单(所有登录用户都能看到) // Token用量 - 一级菜单(所有登录用户都能看到)
{ // {
path: "/tokenUsage", // path: "/tokenUsage",
component: Layout, // component: Layout,
meta: { // meta: {
title: "Token用量", // title: "Token用量",
fullPath: "/tokenUsage", // fullPath: "/tokenUsage",
noCache: true, // noCache: true,
icon: "el-icon-data-line" // icon: "el-icon-data-line"
}, // },
children: [ // children: [
{ // {
path: "", // path: "",
component: () => import('@/views/tokenUsage/index.vue'), // component: () => import('@/views/tokenUsage/index.vue'),
name: 'TokenUsage', // name: 'TokenUsage',
meta: { // meta: {
title: "Token用量", // title: "Token用量",
fullPath: "/tokenUsage", // fullPath: "/tokenUsage",
noCache: true, // noCache: true,
icon: "el-icon-data-line" // icon: "el-icon-data-line"
} // }
}, // },
] // ]
}, // },
// 模型体验 // 模型体验
{ {
path: "/modelExperience", path: "/modelExperience",

View File

@ -16,8 +16,8 @@
<li>地址<span v-if="JSON.stringify(logoInfoNew)!=='{}'">{{ logoInfoNew.home.adress }}</span> <li>地址<span v-if="JSON.stringify(logoInfoNew)!=='{}'">{{ logoInfoNew.home.adress }}</span>
</li> </li>
<li v-if="JSON.stringify(logoInfoNew)!=='{}'"> 邮箱{{logoInfoNew.home.email}}</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 v-if="JSON.stringify(logoInfoNew)!=='{}'">电话: <span class="tel">{{logoInfoNew.home.mobile}}</span> -->
</li> <!-- </li> -->
<li> <li>
<!-- <a href="" rel="noreferrer" target="_blank"></a> --> <!-- <a href="" rel="noreferrer" target="_blank"></a> -->