同步闭源版本代码:自动执行升级SQL、历史记录改为数据库存储、去掉git操作,优化代码结构,去掉不需要的文件

This commit is contained in:
暮光:城中城
2023-01-05 20:13:16 +08:00
parent fe1da585ac
commit b8dcdf93a1
109 changed files with 2469 additions and 8158 deletions

View File

@@ -3,7 +3,6 @@ import ShareLayout from './components/layouts/ShareLayout.vue'
import ShareMobileLayout from './components/layouts/ShareMobileLayout.vue'
import Search from './views/page/Search.vue'
import EditorTest from './views/page/EditorTest.vue'
import NoAuth from './views/common/NoAuth.vue'
import Home from './views/home/Home.vue'
@@ -21,7 +20,6 @@ let routes = [
{path: '/', redirect: '/home'},
{path: '/page/search', name: 'WIKI-全局搜索', component: Search},
{path: '/common/noAuth', name: 'WIKI-没有权限', component: NoAuth},
{path: '/page/editorTest', name: '编辑内容', component: EditorTest},
{
path: '/',
name: '页面管理',