Commit 3a6dd32d by bingobo

修改【跳转微应用】

1 parent ebda329f
The file could not be displayed because it is too large.
......@@ -434,9 +434,9 @@
</div>
</div>
<p class="midBtn">
<span @click="goToMicroServe">跳转微应用</span>
<span @click="cancelSS()">取消</span><span @click="saveSS()">保存</span
><span @click="saveSubmit()">提交</span>
><span @click="saveSubmit()">提交</span>
<span @click="goToMicroServe">跳转微应用</span>
</p>
</el-dialog>
</div>
......@@ -1402,6 +1402,7 @@ h3 {
margin: 20px auto;
// margin-top: 20px;
span {
cursor: pointer;
display: inline-block;
width: 80px;
height: 29px;
......
......@@ -381,8 +381,10 @@
</div>
</div>
<p class="midBtn">
<span @click="cancelSS()">取消</span>
<span @click="saveSS()">保存</span>
<span @click="saveSubmit()">提交</span>
<span @click="goToMicroServe">跳转微应用</span>
<span @click="cancelSS()">取消</span><span @click="saveSS()">保存</span><span @click="saveSubmit()">提交</span>
</p>
</el-dialog>
</div>
......@@ -1905,6 +1907,7 @@ h3 {
// margin-top: 20px;
span {
cursor: pointer;
display: inline-block;
width: 80px;
height: 29px;
......
......@@ -97,6 +97,7 @@ export default {
children: [
{
name: "张宇",
loginName: "zhangyu",
code: "zhangyu",
children: [],
},
......@@ -108,12 +109,14 @@ export default {
children: [
{
name: "李一鸣",
loginName: "liyiming",
code: "liyiming",
children: [],
},
{
name: "王美玲",
loginName: "wangmeiling",
code: "wangmeiling",
children: [],
......@@ -126,20 +129,20 @@ export default {
children: [
{
name: "孟德建",
loginName: "mengdejian",
code: "mengdejian",
children: [],
},
{
name: "李文博",
loginName: "liwenbo",
code: "liwenbo",
children: [],
},
{
name: "章轲",
loginName: "zhangke",
code: "zhangke",
children: [],
},
],
......@@ -151,6 +154,8 @@ export default {
children: [
{
name: "魏征",
loginName: 'weizheng',
id: 'wqwdasdasdasd',
code: "weizheng",
children: [],
},
......@@ -273,7 +278,7 @@ export default {
// val.erji = "二级";
// }
// })
this.menuList = restRoutes
// this.menuList = restRoutes
// console.log(2222, souYeRoute, restRoutes);
this.wholeRoutes = {souYeRoute, restRoutes}
}
......@@ -785,7 +790,7 @@ export default {
const resRoutes = routes[0].children;
const souYeRoute = resRoutes.filter((item) => item.name === "首页");
const restRoutes = resRoutes.filter((item) => item.name !== "首页");
this.menuList = restRoutes
// this.menuList = restRoutes
// console.log(2222, souYeRoute, restRoutes);
this.wholeRoutes = {souYeRoute, restRoutes}
}
......@@ -820,6 +825,7 @@ export default {
},
clicksub(a, b) {
// console.log("选怎", a, b);
// sessionStorage.setItem("userloginname", b.loginName);
// sessionStorage.setItem("author", b.code);
// sessionStorage.setItem("authorName", a.id);
// sessionStorage.setItem("authorCName", b.name);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!