Commit f2699808 by yangfangfang

所有人可以看app列表

parent d3a461fd
......@@ -139,7 +139,7 @@
<div class="wapSetInfo p" ng-show="noLeftMenus.indexOf(pagePath)==-1">
<select-list meau-info="applistInfo" meau-id="appid" meau-data="appidInit" meau-refresh="appfresh" class="appWrap" icon-type="white"></select-list>
</div>
<div class="wapSetInfo p" ng-show="isSuper || isManage" ng-click="goPage('collect.app')">
<div class="wapSetInfo p" ng-click="goPage('collect.app')">
<span class="app_icon" title="全部产品"></span>
<label ng-show="noLeftMenus.indexOf(pagePath)>-1">全部产品</label>
</div>
......
......@@ -105,12 +105,9 @@
window.location.href = "olduser.html";
}else{
if(data.account.status == 1){
if(account.roleCategory == 1 || isSuper){
window.location.href = "index.html#/manage/app";
}else{
window.location.href = "index.html";
}
}else{
else{
window.location.href = "index.html#/active/product";
}
}
......
......@@ -6957,7 +6957,6 @@ pre{
box-shadow:0 1px 5px 0 rgba(0,0,0,0.10);
border-radius:3px;
width:78px;
height:64px;
position: absolute;
top:17px;
right: 0px;
......
......@@ -19,7 +19,7 @@
<span class="setting" ng-click="info.isShow=!info.isShow" stop-event>
<ul ng-show="info.isShow" ng-mouseleave="info.isShow=false">
<li ng-click="gopage(info.id)">编辑</li>
<li ng-click="doRemove(info.id)" ng-if="specialsAppkey.indexOf(info.appkey)==-1">删除</li>
<li ng-click="doRemove(info.id)" ng-if="specialsAppkey.indexOf(info.appkey)==-1 && !isAppManage">删除</li>
</ul>
</span>
</div>
......
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