Compare commits

..

No commits in common. "f57d27d1bd59a959c56aecdf360c8f7ece1e8ac0" and "d5770915d27583c192629f7bab476fa93c0356d5" have entirely different histories.

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> -->