From 740045034a7670e6fdf4e67ffcabd9891c66fcf3 Mon Sep 17 00:00:00 2001 From: "@zuopngfei" Date: Thu, 19 Jun 2025 09:44:49 +0800 Subject: [PATCH] sds --- src/router/dist/index.dev.js | 531 +++++++++++++++++++++++++++++++++++ src/router/index.js | 2 +- 2 files changed, 532 insertions(+), 1 deletion(-) create mode 100644 src/router/dist/index.dev.js diff --git a/src/router/dist/index.dev.js b/src/router/dist/index.dev.js new file mode 100644 index 0000000..d20f957 --- /dev/null +++ b/src/router/dist/index.dev.js @@ -0,0 +1,531 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports["default"] = void 0; + +var _vue = _interopRequireDefault(require("vue")); + +var _vueRouter = _interopRequireDefault(require("vue-router")); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } + +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _getRequireWildcardCache() { if (typeof WeakMap !== "function") return null; var cache = new WeakMap(); _getRequireWildcardCache = function _getRequireWildcardCache() { return cache; }; return cache; } + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; } + +_vue["default"].use(_vueRouter["default"]); + +var _default = new _vueRouter["default"]({ + mode: 'history', + routes: [{ + path: '/', + redirect: '/index', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../components/MainFrom.vue')); + }); + }, + meta: { + title: '护航科技', + proPath: '/index', + power: false + }, + children: [{ + path: '/index', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/index/index.vue')); + }); + }, + meta: { + title: '护航科技', + proPath: '/index', + power: false + } + }, { + path: '/index_1', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/index/childs/index_1/index.vue')); + }); + }, + meta: { + title: '文档中心', + proPath: '/index' + } + }, { + path: '/index_2', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/index/childs/index_2/index.vue')); + }); + }, + meta: { + title: '企业资质', + proPath: '/index' + } + }, { + path: '/itService', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/itService.vue')); + }); + }, + meta: { + title: '护航-IT服务', + proPath: '/itService', + power: false + } + }, { + path: '/it1', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/childs/index_1/index.vue')); + }); + }, + meta: { + title: '护航-IT技术架构服务方案', + proPath: '/itService', + power: false + } + }, { + path: '/it2', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/childs/index_2/index.vue')); + }); + }, + meta: { + title: '云服务', + proPath: '/itService', + power: false + } + }, { + path: '/it3', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/childs/index_3/index.vue')); + }); + }, + meta: { + title: '护航-ITSS 培训服务', + proPath: '/itService', + power: false + } + }, { + path: '/it4', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/childs/index_4/index.vue')); + }); + }, + meta: { + title: '护航-IT 系统集成与实施服务', + proPath: '/itService', + power: false + } + }, { + path: '/it5', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/childs/index_5/index.vue')); + }); + }, + meta: { + title: '护航-信息安全体系建设', + proPath: '/itService', + power: false + } + }, { + path: '/it6', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/itService/childs/index_6/index.vue')); + }); + }, + meta: { + title: '护航-IT服务', + proPath: '/itService', + power: false + } + }, { + path: '/product', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/product.vue')); + }); + }, + meta: { + title: '护航-IT 服务管理体系建设', + proPath: '/product', + power: false + } + }, { + path: '/pro1', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/index_1/index.vue')); + }); + }, + meta: { + title: 'ITSM 管理工具', + proPath: '/product', + power: false + } + }, { + path: '/pro2', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/index_2/index.vue')); + }); + }, + meta: { + title: 'OA 协同办公工具', + proPath: '/product', + power: false + } + }, { + path: '/pro3', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/index_3/index.vue')); + }); + }, + meta: { + title: '数字化应用底座', + proPath: '/product', + power: false + } + }, { + path: '/pro4', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/index_4/index.vue')); + }); + }, + meta: { + title: '配置自动化核查', + proPath: '/product', + power: false + } + }, { + path: '/pro5', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/index_5/index.vue')); + }); + }, + meta: { + title: '软件成分分析及同源漏洞检测工具', + proPath: '/product', + power: false + } + }, { + path: '/pro6', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/index_6/index.vue')); + }); + }, + meta: { + title: '软件源代码缺陷检测工具', + proPath: '/product', + power: false + } + }, { + path: '/anonymousLetter', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/product/childs/anonymousLetter/index.vue')); + }); + }, + meta: { + title: '飞书平台定制化开发', + proPath: '/product', + power: false + } + }, { + path: '/solution', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/solution/solution.vue')); + }); + }, + meta: { + title: '护航-解决方案', + proPath: '/solution', + power: false + } + }, { + path: '/solu1', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/solution/childs/index_1/index.vue')); + }); + }, + meta: { + title: '护航-终端运维管理解决方案', + proPath: '/solution', + power: false + } + }, { + path: '/solu2', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/solution/childs/index_2/index.vue')); + }); + }, + meta: { + title: '护航-IT 服务管理解决方案', + proPath: '/solution', + power: false + } + }, { + path: '/solu3', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/solution/childs/index_3/index.vue')); + }); + }, + meta: { + title: '护航呼叫中心解决方案', + proPath: '/solution', + power: false + } + }, { + path: '/solu4', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/solution/childs/index_4/index.vue')); + }); + }, + meta: { + title: '数据中心运维咨询及服务解决方案', + proPath: '/solution', + power: false + } + }, { + path: '/apply', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/apply/apply.vue')); + }); + }, + meta: { + title: '护航-应用案例', + proPath: '/apply', + power: false + } + }, { + path: '/app1', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/apply/childs/index_1/index.vue')); + }); + }, + meta: { + title: '护航-应用案例', + proPath: '/apply', + power: false + } + }, { + path: '/app2', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/apply/childs/index_2/index.vue')); + }); + }, + meta: { + title: '护航-应用案例', + proPath: '/apply', + power: false + } + }, { + path: '/app3', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/apply/childs/index_3/index.vue')); + }); + }, + meta: { + title: '护航-应用案例', + proPath: '/apply', + power: false + } + }, { + path: '/app4', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/apply/childs/index_4/index.vue')); + }); + }, + meta: { + title: '护航-应用案例', + proPath: '/apply', + power: false + } + }, { + path: '/about', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/about/about.vue')); + }); + }, + meta: { + title: '关于护航', + proPath: '/about', + power: false + } + }, { + path: '/about_3', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/about/childs/index_3/index.vue')); + }); + }, + meta: { + title: '加入我们', + proPath: '/about', + power: false + } + }, { + path: '/about_2', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/about/childs/index_2/index.vue')); + }); + }, + meta: { + title: '企业动态', + proPath: '/about', + power: false + } + }, { + path: '/info_detial', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/about/childs/index_2/childs/index.vue')); + }); + }, + meta: { + title: '企业动态', + proPath: '/about', + power: false + } + }, { + path: '/about_4', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/about/childs/index_4/index.vue')); + }); + }, + meta: { + title: '联系我们', + proPath: '/about', + power: false + } + }, { + path: '/join_info', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/about/childs/index_3/childs/join_info.vue')); + }); + }, + meta: { + title: '职位详情', + proPath: '/about', + power: false + } + }, { + path: '/guard', + component: function component() { + return Promise.resolve().then(function () { + return _interopRequireWildcard(require('../views/guard/index.vue')); + }); + }, + meta: { + title: '护航科技代码安全卫士', + proPath: '/guard', + power: false + } + }] + } // { + // path: '/login', + // component: () => import('../views/login/login.vue'), + // meta: { title: '登录', power: false }, + // }, + // { + // path: '/admin', + // redirect: '/setIndex', + // component: () => import('../admin/components/Main.vue'), + // meta: { title: '首页配置', power: true }, + // children: [{ + // path: '/cases', + // component: () => import('../admin/page/cases/index.vue'), + // meta: { title: '优质客户', power: true }, + // }, + // { + // path: '/offices', + // component: () => import('../admin/page/offices/index.vue'), + // meta: { title: '文档中心', power: true }, + // }, + // { + // path: '/companies', + // component: () => import('../admin/page/companies/index.vue'), + // meta: { title: '企业资质', power: true }, + // }, + // { + // path: '/infos', + // component: () => import('../admin/page/infos/index.vue'), + // meta: { title: '公司动态', power: true }, + // }, + // { + // path: '/partner', + // component: () => import('../admin/page/partner/index.vue'), + // meta: { title: '合作伙伴', power: true }, + // }, + // { + // path: '/productes', + // component: () => import('../admin/page/productes/index.vue'), + // meta: { title: '自有产品', power: true }, + // }, + // { + // path: '/links', + // component: () => import('../admin/page/links/index.vue'), + // meta: { title: '友情链接', power: true }, + // }, + // { + // path: '/solutions', + // component: () => import('../admin/page/solutions/index.vue'), + // meta: { title: '解决方案', power: true }, + // }, + // { + // path: '/example', + // component: () => import('../admin/page/example/index.vue'), + // meta: { title: '例子管理', power: true }, + // }, + // { + // path: '/advantage', + // component: () => import('../admin/page/advantage/index.vue'), + // meta: { title: '护航科技服务优势', power: true }, + // }, + // { + // path: '/setIndex', + // component: () => import('../admin/page/setIndex/index.vue'), + // meta: { title: '首页配置', power: true }, + // }, + // { + // path: '/joinUs', + // component: () => import('../admin/page/Join/index.vue'), + // meta: { title: '加入我们', power: true }, + // }, + // ] + // } + ] +}); + +exports["default"] = _default; \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index e93f842..f824cef 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4,7 +4,7 @@ import Router from 'vue-router'; Vue.use(Router); export default new Router({ - mode: 'hash', + mode: 'history', routes: [ { path: '/',