mirror of
https://gitee.com/xiaochemgzi/RuoYi-Wvp.git
synced 2025-12-30 04:42:25 +00:00
添加文档
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,6 +36,7 @@ dist/
|
||||
nbdist/
|
||||
.nb-gradle/
|
||||
snap/
|
||||
node_modules/
|
||||
|
||||
######################################################################
|
||||
# Others
|
||||
|
||||
@@ -2,8 +2,6 @@ export const redirects = JSON.parse("{}")
|
||||
|
||||
export const routes = Object.fromEntries([
|
||||
["/get-started.html", { loader: () => import(/* webpackChunkName: "get-started.html" */"C:/Users/17988/Desktop/ruoyi/RuoYi-Wvp/vuepress/docs/.vuepress/.temp/pages/get-started.html.js"), meta: {"title":"Get Started"} }],
|
||||
["/", { loader: () => import(/* webpackChunkName: "index.html" */"C:/Users/17988/Desktop/ruoyi/RuoYi-Wvp/vuepress/docs/.vuepress/.temp/pages/index.html.js"), meta: {"title":"首页"} }],
|
||||
["/doc/", { loader: () => import(/* webpackChunkName: "doc_index.html" */"C:/Users/17988/Desktop/ruoyi/RuoYi-Wvp/vuepress/docs/.vuepress/.temp/pages/doc/index.html.js"), meta: {"title":"介绍"} }],
|
||||
["/doc/kslj.html", { loader: () => import(/* webpackChunkName: "doc_kslj.html" */"C:/Users/17988/Desktop/ruoyi/RuoYi-Wvp/vuepress/docs/.vuepress/.temp/pages/doc/kslj.html.js"), meta: {"title":"1"} }],
|
||||
["/404.html", { loader: () => import(/* webpackChunkName: "404.html" */"C:/Users/17988/Desktop/ruoyi/RuoYi-Wvp/vuepress/docs/.vuepress/.temp/pages/404.html.js"), meta: {"title":""} }],
|
||||
]);
|
||||
@@ -24,3 +22,13 @@ if (import.meta.hot) {
|
||||
__VUE_HMR_RUNTIME__.updateRedirects(redirects)
|
||||
})
|
||||
}
|
||||
ts(redirects)
|
||||
}
|
||||
}
|
||||
|
||||
if (import.meta.hot) {
|
||||
import.meta.hot.accept(({ routes, redirects }) => {
|
||||
__VUE_HMR_RUNTIME__.updateRoutes(routes)
|
||||
__VUE_HMR_RUNTIME__.updateRedirects(redirects)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user