Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
189125b5
Commit
189125b5
authored
Jul 28, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yangshi
parent
c0623cee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
index.vue
pages/system/account/index.vue
+3
-3
index.vue
pages/system/menu/index.vue
+2
-2
config.js
static/config.js
+0
-1
No files found.
pages/system/account/index.vue
View file @
189125b5
...
...
@@ -49,9 +49,9 @@ keys:{op:"name,loginName,password,token,source,remark",value:null}
curId
:
0
,
columns
:
[
//{ key:"id",title:this.l("id") ,hide:true ,align:"left" },
{
key
:
"
name"
,
title
:
this
.
l
(
"name"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"
loginName"
,
title
:
this
.
l
(
"loginName"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"tenantName"
,
title
:
this
.
l
(
"tenantName"
)
,
align
:
"center"
,
width
:
160
,
easy
:
true
,
high
:
true
},
{
key
:
"
loginName"
,
title
:
this
.
l
(
"loginName"
)
,
easy
:
true
,
high
:
true
},
{
key
:
"
name"
,
title
:
this
.
l
(
"name"
)
,
easy
:
true
,
high
:
true
},
{
key
:
"tenantName"
,
title
:
this
.
l
(
"tenantName"
)
,
easy
:
true
,
high
:
true
},
{
key
:
"creationTime"
,
title
:
this
.
l
(
"creationTime"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"creatorUserId"
,
title
:
this
.
l
(
"creatorUserId"
)
,
hide
:
true
,
align
:
"left"
},
{
key
:
"lastModificationTime"
,
title
:
this
.
l
(
"lastModificationTime"
)
,
hide
:
true
,
align
:
"left"
},
...
...
pages/system/menu/index.vue
View file @
189125b5
...
...
@@ -38,7 +38,7 @@ import AddApi from './addApi'
import
Edit
from
'./edit'
import
Detail
from
'./detail'
import
Search
from
'./search'
import
{
appRouter
}
from
'@/router/routes'
//
import { appRouter } from '@/router/routes'
import
JsonViewer
from
'vue-json-viewer'
export
default
{
name
:
'list'
,
...
...
@@ -71,7 +71,7 @@ export default {
systemId
:
0
,
systemList
:
[],
list
:
[],
systemRouters
:
appRouter
,
systemRouters
:
[]
,
curId
:
0
,
columns
:
[
{
...
...
static/config.js
View file @
189125b5
...
...
@@ -11,7 +11,6 @@ let address=systemApi.dev;
window
.
systemUrl
=
`http://
${
address
}
:10000/system`
;
//System-api 系统管理(基础数据)
window
.
system
=
`http://
${
address
}
:10000/auth`
;
//多租户后台系统
//window.system = `http://${address}:10000/system`; //System-api 系统管理(基础数据)
window
.
authUrl
=
`http://
${
address
}
:10010`
;
//Authentication-api //统一登陆认证
window
.
designUrl
=
`http://
${
address
}
:10000/process`
;
// 工艺规程
window
.
PlanUrl
=
`http://
${
address
}
:10000/plan`
;
//订单
...
...
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