Commit b6ef47f3 by gao_yingdong

线索审批管理平台

parent 11ae6fe4
...@@ -49,6 +49,7 @@ import brainPhotoXxxxRoutes from "./modules/brainPhotoXxxx"; ...@@ -49,6 +49,7 @@ import brainPhotoXxxxRoutes from "./modules/brainPhotoXxxx";
import zdsswpRoutes from "./modules/zdsswp"; import zdsswpRoutes from "./modules/zdsswp";
import tjpgRoutes from "./modules/tjpg"; import tjpgRoutes from "./modules/tjpg";
import jcyjzxt from "./modules/jcyjzxt"; import jcyjzxt from "./modules/jcyjzxt";
import xsspPtRoutes from "./modules/xsspPt";
import rwddRoutes from "./modules/rwddzx"; import rwddRoutes from "./modules/rwddzx";
...@@ -76,6 +77,7 @@ const mainRouters = [ ...@@ -76,6 +77,7 @@ const mainRouters = [
...indexRoutes, ...indexRoutes,
...zdxxRoutes, ...zdxxRoutes,
...zdsswpRoutes, ...zdsswpRoutes,
...xsspPtRoutes,
sfRoutes, sfRoutes,
...xxtkRoutes, ...xxtkRoutes,
hxgcRoutes, hxgcRoutes,
......
import menuLayout from "@/layout/menuLayout.vue";
const menuLayouts = [
{
path: "/queryJz",
name: "queryJz",
meta: {
title: '卷宗列表'
},
component: () => import("@/views/xsspPt/jzLb/queryJzlb.vue")
},
];
export default [{
path: "/right",
component: menuLayout,
children: [...menuLayouts]
},
];
\ No newline at end of file
...@@ -59,6 +59,7 @@ module.exports = { ...@@ -59,6 +59,7 @@ module.exports = {
proxy: { proxy: {
"/apialy": { "/apialy": {
target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022 target: "http://39.99.155.173:9022", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// target: "http://192.168.1.108:8762", //西藏: https://155.1.33.10:20010/ 阿里云:http://39.99.155.173:9022
// ws: true, // ws: true,
changeOrigin: true, changeOrigin: true,
secure: false, secure: false,
...@@ -106,6 +107,14 @@ module.exports = { ...@@ -106,6 +107,14 @@ module.exports = {
'^/apiXzxtGaw': '/' '^/apiXzxtGaw': '/'
} }
}, },
"/apiXssp": {
target: "https://39.99.155.173:8006/", // 线索审批管理平台
changeOrigin: true,
secure: false,
pathRewrite: {
"^/apiXssp": "/"
}
},
}, },
}, },
css: { css: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment