mirror of
https://github.com/wanglin2/mind-map.git
synced 2026-02-17 22:08:25 +08:00
'打包0.11.0'
This commit is contained in:
BIN
web/src/assets/avatar/炫.jpg
Normal file
BIN
web/src/assets/avatar/炫.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
24
web/src/pages/Doc.vue
Normal file
24
web/src/pages/Doc.vue
Normal file
@@ -0,0 +1,24 @@
|
||||
T<template>
|
||||
<div class="doc">
|
||||
文档已迁移至:<a href="https://wanglin2.github.io/mind-map-docs/">新地址</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.doc {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-weight: bold;
|
||||
font-size: 20px;
|
||||
|
||||
a {
|
||||
color: #1ea59a;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@@ -4,15 +4,19 @@ import VueRouter from 'vue-router'
|
||||
Vue.use(VueRouter)
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'Edit',
|
||||
component: () => import(`./pages/Edit/Index.vue`)
|
||||
{
|
||||
path: '/',
|
||||
name: 'Edit',
|
||||
component: () => import(`./pages/Edit/Index.vue`)
|
||||
},
|
||||
{
|
||||
path: '/index',
|
||||
path: '/index',
|
||||
redirect: '/'
|
||||
},
|
||||
{
|
||||
path: '/doc/zh',
|
||||
component: () => import(`./pages/Doc.vue`)
|
||||
}
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
|
||||
Reference in New Issue
Block a user