Commit 6299ca73 by liangzhen

暂存

1 parent fdc7db0b
NODE_ENV = 'development'
VUE_APP_BASE_URL = ""
VUE_APP_BASE_URL ="/arch-evaluation"
# VUE_APP_BASE_URL = "http://192.168.50.1:18000"
NODE_ENV = 'production'
VUE_APP_BASE_URL = "http://192.168.0.102:80"
# VUE_APP_BASE_URL = "http://192.168.0.102:80"
VUE_APP_BASE_URL = "http://192.168.50.1:18000"
No preview for this file type
// 后评估互查
export const ARCH_EVALUATION = '/arch-evaluation'
// export const ARCH_EVALUATION = '/arch-evaluation'
export const ARCH_EVALUATION = ''
// 共享能力
export const EADC_SHARED_ABILITY = '/eadc-shared-ability'
......
......@@ -152,8 +152,31 @@ export const routes = [
name: 'taskConfigure',
component: () => import('@/views/compliance/taskConfigure.vue'),
},
//项目合规检查
{
path: '/projectCheck/checkResault',
name: '/projectCheck/checkResault',
component: () => import('@/views/projectCheck/checkResault.vue'),
},
{
path: '/projectCheck/confirmResault',
name: '/projectCheck/confirmResault',
component: () => import('@/views/projectCheck/confirmResault.vue'),
},
{
path: '/projectCheck/problemRectify',
name: '/projectCheck/problemRectify',
component: () => import('@/views/projectCheck/problemRectify.vue'),
},
{
path: '/projectCheck/verificationRectify',
name: '/projectCheck/verificationRectify',
component: () => import('@/views/projectCheck/verificationRectify.vue'),
},
]
},
{
path:'/analysisCore',
name:"analysisCore",
......
......@@ -451,6 +451,19 @@
cancel() {
this.dialog = false;
},
//点击新增
async add() {
this.dialogAdd = true;
this.addtableData = []; //每次新增清空不然点了还是这几个人
},
//编辑
edit(){
},
//删除
deletes(){
}
},
};
</script>
......
<template>
<div>
<!-- <iframe name="iframeName" id="iframeId" src="../static/index.html" frameborder="0"></iframe> -->
<iframe src="http://192.168.50.1/static/#/" frameborder="0" style="width:100vw;height:100vh;"></iframe>
<!-- <iframe src="http://192.168.50.1/static" frameborder="0" style="width:100vw;height:100vh;"></iframe> -->
<iframe src="http://192.168.50.1:18000/static/" frameborder="0" style="width:100vw;height:100vh;"></iframe>
</div>
</template>
......
......@@ -22,7 +22,6 @@
<div class="menu no-select">
<div class="right-angle-triangle"></div>
<div class="just">
<!-- class="active" -->
<div id="home" @click="navigateToChild('1','/home')" :class="active=='1'?'active':''">
<span class="iconfont">&#xe608;</span>&nbsp;主页
</div>
......
......@@ -735,13 +735,13 @@ export default {
],
},
{
name: "项目前期合规检查",
name: "项目合规检查",
url: "",
children: [
{ name: "合规检查结果", url: "", children: [] },
{ name: "合规检查结果确认", url: "", children: [] },
{ name: "合规问题整改", url: "", children: [] },
{ name: "合规问题整改核验", url: "", children: [] },
{ name: "合规检查结果", url: "/projectCheck/checkResault", children: [] },
{ name: "合规检查结果确认", url: "/projectCheck/confirmResault", children: [] },
{ name: "合规问题整改", url: "/projectCheck/problemRectify", children: [] },
{ name: "合规问题整改核验", url: "/projectCheck/verificationRectify", children: [] },
],
},
],
......
This diff could not be displayed because it is too large.
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/js/chunk-vendors.4a9bcec5.js"></script><script defer="defer" src="/js/app.45d90bcd.js"></script><link href="/css/chunk-vendors.10dd4e95.css" rel="stylesheet"><link href="/css/app.7e0f8893.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -13,10 +13,10 @@ module.exports = defineConfig({
hot: true,
proxy: {
'/arch-evaluation':{
target: `http://192.168.50.1`, // pin
target: `http://192.168.50.1:18000`, // pin
changeOrigin: true,
pathRewrite:{
// "^/arch-evaluation":"/"
"^/arch-evaluation":"/"
},
}
},
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!