Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
d0c222ed
Commit
d0c222ed
authored
Nov 09, 2019
by
蒋勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d
parent
32d06013
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
bigdata/app/base/db/metadata/apps/platform.js
+9
-9
bigdata/app/base/db/metadata/bizs/wx76a324c5d201d1a4/pmgmyapps.js
+2
-2
bigdata/app/front/entry/index.ejs
+1
-1
No files found.
bigdata/app/base/db/metadata/apps/platform.js
View file @
d0c222ed
...
...
@@ -57,15 +57,6 @@ module.exports = {
"isleft"
:
true
,
},
{
"code"
:
"pmgmyapps"
,
"label"
:
"我的应用"
,
"isMenu"
:
true
,
"bizCode"
:
"pmgmyapps"
,
"bizConfig"
:
null
,
"path"
:
""
,
"isleft"
:
true
,
},
{
"code"
:
"appconfig"
,
"label"
:
"应用配置"
,
"isMenu"
:
true
,
...
...
@@ -137,6 +128,15 @@ module.exports = {
"isleft"
:
true
,
},
{
"code"
:
"pmgmyapps"
,
"label"
:
"我的应用"
,
"isMenu"
:
true
,
"bizCode"
:
"pmgmyapps"
,
"bizConfig"
:
null
,
"path"
:
""
,
"isleft"
:
true
,
},
{
"code"
:
"accountbance"
,
"label"
:
"账户余额"
,
"isMenu"
:
true
,
...
...
bigdata/app/base/db/metadata/bizs/wx76a324c5d201d1a4/pmgmyapps.js
View file @
d0c222ed
...
...
@@ -68,8 +68,8 @@ module.exports={
],
"edit"
:[
{
"icon"
:
"el-icon-edit"
,
"title"
:
"修改"
,
"type"
:
"default"
,
"key"
:
"edit"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"管理员"
,
"type"
:
"default"
,
"key"
:
"adminModi"
,
"isInRow"
:
true
},
{
"icon"
:
"el-icon-edit"
,
"title"
:
"重置密码"
,
"type"
:
"default"
,
"key"
:
"resetpwd"
,
"isInRow"
:
true
},
//
{"icon":"el-icon-edit","title":"管理员","type":"default","key":"adminModi","isInRow":true},
//
{"icon":"el-icon-edit","title":"重置密码","type":"default","key":"resetpwd","isInRow":true},
],
"delete"
:[
{
"icon"
:
"el-icon-remove"
,
"title"
:
"删除"
,
"type"
:
"default"
,
"key"
:
"delete"
,
"isInRow"
:
true
},
...
...
bigdata/app/front/entry/index.ejs
View file @
d0c222ed
...
...
@@ -93,7 +93,7 @@
<div
id=
"login"
>
<gsb-button-group
v-if=
"!currentUser"
@
select=
"onselect"
ikey=
"login"
:btns=
"logins"
></gsb-button-group>
<span
v-if=
"currentUser"
>
欢迎您,{{currentUser.nickName}}
<el-button
@
click=
"exitclick"
type=
"text"
icon=
"el-icon-setting"
>
退出
</el-button></span>
<span
style=
"cursor:pointer"
@
click=
"settingclick"
v-if=
"
currentUser && currentUser.isSuper
"
><i
class=
"el-icon-setting"
></i>
后台管理
</span>
<span
style=
"cursor:pointer"
@
click=
"settingclick"
v-if=
"
(currentUser && currentUser.roles.indexOf('common')>=0) || (currentUser && currentUser.isSuper)
"
><i
class=
"el-icon-setting"
></i>
后台管理
</span>
</div>
</div>
<div
id=
"app-stage"
class=
"app-stage"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment