Commit 1650d684 by 尹亚亭

123

parent f01a0b17
...@@ -6,12 +6,14 @@ ...@@ -6,12 +6,14 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>企链</title> <!-- <title>企链</title> -->
<title>公司注册方案</title>
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>We're sorry but channel-access doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but channel-access doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong>
</noscript> </noscript>
<div id="app"></div> <div id="app"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->
......
...@@ -338,12 +338,12 @@ export default { ...@@ -338,12 +338,12 @@ export default {
}, },
methods: { methods: {
addCompany() { addCompany() {
console.log("公司注册--添加"); console.log("公司注册--添加--详情--test");
this.companyAddDialog = true; this.companyAddDialog = true;
// this.companyDetailDialog = true; // this.companyDetailDialog = true;
}, // 公司注册添加 }, // 公司注册添加
addCloudCompany() { addCloudCompany() {
console.log("云上公司注册--添加"); console.log("云上公司注册--添加--详情--test");
this.cloudCompanyAddDialog = true; this.cloudCompanyAddDialog = true;
// this.cloudDetailDialog = true; // this.cloudDetailDialog = true;
}, // 云上公司注册添加 }, // 云上公司注册添加
......
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