Commit ae4021fc by henry

添加问题清单查询界面

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