Soleilw před 1 rokem
rodič
revize
c78be0ccea

dist/assets/index-jOgss7zH.css
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


dist/assets/index-qepdfnWI.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


binární
dist/assets/logo-RvN9KNvt.png Zobrazit soubor


binární
dist/assets/logo-YklLiw1L.png Zobrazit soubor


+ 2
- 2
dist/index.html Zobrazit soubor

@@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>后台管理系统</title>
<script type="module" crossorigin src="/assets/index-r0jWs-NT.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-gaoqHXDk.css">
<script type="module" crossorigin src="/assets/index-qepdfnWI.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-jOgss7zH.css">
</head>
<body>
<div id="app"></div>

+ 2
- 2
src/components/layout/sider/aSider.vue Zobrazit soubor

@@ -5,7 +5,7 @@
<template v-if="!item.children">
<a-menu-item :key="item.path" @click="onMenu(item.path)">
<template #icon>
<!-- <component :is="item"></component> -->
<component :is="item.meta.icon"></component>
</template>
<span>{{item.meta.title}}</span>
</a-menu-item>
@@ -13,7 +13,7 @@
<template v-else>
<a-sub-menu :key="item.path">
<template #icon>
<!-- <component :is="item"></component> -->
<component :is="item.meta.icon"></component>
</template>
<template #title>{{item.meta.title}}</template>
<template v-for="(twoItem, twoIndex) in item.children">

binární
src/static/images/logo.png Zobrazit soubor


Načítá se…
Zrušit
Uložit