update
This commit is contained in:
parent
9beb6e98bc
commit
84953056f7
@ -1,6 +1,6 @@
|
||||
# 蜂快·运营商平台
|
||||
# 蜂快 · 运营商平台
|
||||
|
||||
基于Vue 3和Ant Design Vue的蜂快·运营商平台。
|
||||
基于Vue 3和Ant Design Vue的蜂快 · 运营商平台。
|
||||
|
||||
## 功能特点
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "partner-admin",
|
||||
"version": "1.0.0",
|
||||
"description": "基于Ant Design Vue的蜂快·运营商平台",
|
||||
"description": "基于Ant Design Vue的蜂快 · 运营商平台",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "webpack serve --mode development",
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>蜂快·运营商平台</title>
|
||||
<title>蜂快 · 运营商平台</title>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ant-design/icons-svg@4.2.1/lib/asn/index.min.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<!-- 侧边栏 -->
|
||||
<a-layout-sider v-model:collapsed="collapsed" collapsible :theme="'dark'" style="background: #1a1a1a; position: fixed; height: 100vh; z-index: 10; left: 0; top: 0;">
|
||||
<div class="logo">
|
||||
<h1 v-if="!collapsed">蜂快·运营商平台</h1>
|
||||
<h1 v-if="!collapsed">蜂快 · 运营商平台</h1>
|
||||
<h1 v-else>蜂快</h1>
|
||||
</div>
|
||||
<a-menu
|
||||
@ -28,7 +28,7 @@
|
||||
<a-breadcrumb-item>
|
||||
<home-outlined />
|
||||
</a-breadcrumb-item>
|
||||
<a-breadcrumb-item>蜂快·运营商平台</a-breadcrumb-item>
|
||||
<a-breadcrumb-item>蜂快 · 运营商平台</a-breadcrumb-item>
|
||||
<a-breadcrumb-item>{{ currentPageTitle }}</a-breadcrumb-item>
|
||||
</a-breadcrumb>
|
||||
</div>
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
<!-- 底部 -->
|
||||
<a-layout-footer class="layout-footer">
|
||||
蜂快·运营商平台 ©2025
|
||||
蜂快 · 运营商平台 ©2025
|
||||
</a-layout-footer>
|
||||
</a-layout>
|
||||
</a-layout>
|
||||
|
||||
@ -35,7 +35,7 @@ const router = createRouter({
|
||||
// 路由守卫
|
||||
router.beforeEach((to, from, next) => {
|
||||
// 这里可以添加身份验证逻辑
|
||||
document.title = to.meta.title ? `${to.meta.title} - 蜂快·运营商平台` : '蜂快·运营商平台';
|
||||
document.title = to.meta.title ? `${to.meta.title} - 蜂快 · 运营商平台` : '蜂快 · 运营商平台';
|
||||
next();
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user