/** * Generated by "@vuepress/internal-routes" */ import { injectComponentOption, ensureAsyncComponentsLoaded } from '@app/util' import rootMixins from '@internal/root-mixins' import GlobalLayout from "/Users/lx/Desktop/zhangfanglinProject/giteePush/doc/node_modules/@vuepress/core/lib/client/components/GlobalLayout.vue" injectComponentOption(GlobalLayout, 'mixins', rootMixins) export const routes = [ { name: "v-148045d6", path: "/", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-148045d6").then(next) }, }, { path: "/index.html", redirect: "/" }, { name: "v-9858f5f4", path: "/app/android/android.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-9858f5f4").then(next) }, }, { name: "v-4da67b74", path: "/app/flutter/flutter.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-4da67b74").then(next) }, }, { name: "v-6bf159c8", path: "/other/question.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-6bf159c8").then(next) }, }, { name: "v-e7afd4f4", path: "/app/ios/ios.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-e7afd4f4").then(next) }, }, { name: "v-24a5559c", path: "/push/IntegratedDoc.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-24a5559c").then(next) }, }, { name: "v-5a01d3a2", path: "/push/ajpushlibrary/jpush.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-5a01d3a2").then(next) }, }, { name: "v-4ef12b86", path: "/push/ajpushlibrary/hw.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-4ef12b86").then(next) }, }, { name: "v-20b06ae6", path: "/push/ajpushlibrary/vivo.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-20b06ae6").then(next) }, }, { name: "v-a638fa74", path: "/operation/operation-tips.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-a638fa74").then(next) }, }, { name: "v-3e3094c6", path: "/push/ajpushlibrary/xm.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-3e3094c6").then(next) }, }, { name: "v-3fef5934", path: "/push/ajpushlibrary/oppo.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-3fef5934").then(next) }, }, { name: "v-59ffd266", path: "/push/hw.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-59ffd266").then(next) }, }, { name: "v-47302cb4", path: "/push/jpush.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-47302cb4").then(next) }, }, { name: "v-007db6f2", path: "/push/push-test.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-007db6f2").then(next) }, }, { name: "v-fcafce74", path: "/push/push_introduce.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-fcafce74").then(next) }, }, { name: "v-4c0bfdc6", path: "/push/oppo.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-4c0bfdc6").then(next) }, }, { name: "v-f926cb74", path: "/push/vivo.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-f926cb74").then(next) }, }, { name: "v-8c62f3b4", path: "/push/xm.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-8c62f3b4").then(next) }, }, { name: "v-49ce61d2", path: "/push/service.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-49ce61d2").then(next) }, }, { name: "v-5d807784", path: "/server/ProjectIntroduction.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-5d807784").then(next) }, }, { name: "v-dcad8174", path: "/server/deployment.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-dcad8174").then(next) }, }, { name: "v-8c466434", path: "/server/snapshot.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-8c466434").then(next) }, }, { name: "v-679617f4", path: "/updateLog.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-679617f4").then(next) }, }, { name: "v-47ab37f4", path: "/server/server.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-47ab37f4").then(next) }, }, { name: "v-51de0c56", path: "/web/demo.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-51de0c56").then(next) }, }, { name: "v-c7578cf4", path: "/web/web.html", component: GlobalLayout, beforeEnter: (to, from, next) => { ensureAsyncComponentsLoaded("Layout", "v-c7578cf4").then(next) }, }, { path: '*', component: GlobalLayout } ]