Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
0775b931
Commit
0775b931
authored
Aug 17, 2020
by
sgjj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加交易明细
parent
0bb7660f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
20 deletions
+3
-20
pom.xml
pom.xml
+0
-5
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+3
-15
No files found.
pom.xml
View file @
0775b931
...
@@ -91,11 +91,6 @@
...
@@ -91,11 +91,6 @@
<artifactId>
ms-basic
</artifactId>
<artifactId>
ms-basic
</artifactId>
<version>
1.0.29-SNAPSHOT
</version>
<version>
1.0.29-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mdiy
</artifactId>
<version>
1.0.20-SNAPSHOT
</version>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-upgrader
</artifactId>
<artifactId>
ms-upgrader
</artifactId>
...
...
src/main/webapp/WEB-INF/manager/index.ftl
View file @
0775b931
...
@@ -561,23 +561,11 @@
...
@@ -561,23 +561,11 @@
this
.
managerGet
();
this
.
managerGet
();
var
that
=
this
;
var
that
=
this
;
ms
.
http
.
get
(
ms
.
manager
+
"/upgrader/sync.do"
).
then
(
function
(
data
)
{
ms
.
http
.
get
(
ms
.
manager
+
"/upgrader/sync.do"
).
then
(
function
(
data
)
{
if
(
data
.
syncStoreUrl
!=
undefined
)
{
if
(
data
.
data
.
syncStoreUrl
!=
undefined
)
{
data
.
syncStoreUrl
+=
"
?client=${client}"
;
data
.
data
.
syncStoreUrl
+=
"/#/
?client=${client}"
;
that
.
mstore
=
data
;
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
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