Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
0775b931
Commit
0775b931
authored
Aug 17, 2020
by
sgjj
Browse files
添加交易明细
parent
0bb7660f
Changes
2
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
0775b931
...
...
@@ -91,11 +91,6 @@
<artifactId>
ms-basic
</artifactId>
<version>
1.0.29-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<version>
1.0.20-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-upgrader
</artifactId>
...
...
src/main/webapp/WEB-INF/manager/index.ftl
View file @
0775b931
...
...
@@ -561,23 +561,11 @@
this
.managerGet
()
;
var
that
=
this
;
ms
.http.get
(
ms
.manager
+
"/upgrader/sync.do"
)
.then
(
function
(
data
)
{
if
(
data
.syncStoreUrl
!=
undefined
)
{
data
.syncStoreUrl
+=
"?client=${client}"
;
that
.mstore
=
data
;
if
(
data
.
data.
syncStoreUrl
!=
undefined
)
{
data
.
data.syncStoreUrl
+=
"
/#/
?client=${client}"
;
that
.mstore
=
data
.
data
;
}
})
var
sub
=
{
modelUrl
:
'
http
:
//
store
.i.mingsoft.net
/#/'+
"?client=${client}"
,
modelTitle
:
'
mstore
'
,
isStore
:
true
,
modelModelId
:
'
mstore
'
,
}
this
.editableTabs.push
(
sub
)
this
.currentTab
=
sub
.modelTitle
;
this
.headMenuActive
=
sub
.modelModelId
this
.
$nextTick
(
function
()
{
that
.asideMenuActive
=
sub
.modelId
;
})
},
}
)
...
...
Write
Preview
Supports
Markdown
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