Commit ae4021fc by henry

添加问题清单查询界面

1 parent 05f8dd62
......@@ -43,11 +43,21 @@ export const routes = [
},
},
{
path: '/mainLayout/problemLlistQuery',
name: 'problemLlistQuery',
component: () => import('@/views/postConcentrationCheck/problemLlistQuery.vue'),
},
{
path: '/mainLayout/sendIssue',
name: 'sendIssue',
component: () => import('@/views/postConcentrationCheck/sendIssue.vue'),
},
{
path: '/mainLayout/problemAppeal',
name: 'sendIssue',
component: () => import('@/views/postConcentrationCheck/problemAppeal.vue'),
},
{
path: '/mainLayout/assistedConfirm',
name: 'assistedConfirm',
component: () => import('@/views/assessChecks/assistedConfirm.vue'),
......
......@@ -101,15 +101,26 @@ export default {
url: "",
children: [
{
name: "问题清单查询",
url: "/mainLayout/problemLlistQuery",
children: [] },
{
name: "下发问题",
url: "/mainLayout/sendIssue",
children: [] },
{ name: "问题申诉", url: "", children: [] },
{ name: "申诉复核", url: "", children: [] },
{ name: "问题整改", url: "", children: [] },
{ name: "整改复核", url: "", children: [] },
{ name: "工作总结", url: "", children: [] },
{ name: "数据维护", url: "", children: [] },
{ name: "问题申诉",
url: "/mainLayout/problemAppeal",
children: [] },
{ name: "申诉复核",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "问题整改",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "整改复核",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "工作总结",
url: "/mainLayout/problemAppeal", children: [] },
{ name: "数据维护",
url: "/mainLayout/problemAppeal", children: [] },
],
},
// {
......
......@@ -4,7 +4,7 @@ const { defineConfig } = require('@vue/cli-service')
// const ip = '172.20.10.9'; // 何鹏
// const ip = '192.168.0.120';
// const ip = '192.168.0.13';
const ip = '192.168.0.102';
const ip = '192.168.8.120';
module.exports = defineConfig({
transpileDependencies: true,
//如果是hash模式, publicPath:"";如果是history, publicPath:"/"
......@@ -13,7 +13,7 @@ module.exports = defineConfig({
hot: true,
proxy: {
'/api':{
target: `http://192.168.8.248:18101`, // pin
target: `http://192.168.8.120:18101`, // pin
changeOrigin: true,
pathRewrite:{
"^/api":""
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!