Commit 1650d684 by 尹亚亭

123

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