Ver código fonte

添加交易明细

sgjj 5 anos atrás
pai
commit
0775b931ca
2 arquivos alterados com 3 adições e 20 exclusões
  1. 0 5
      pom.xml
  2. 3 15
      src/main/webapp/WEB-INF/manager/index.ftl

+ 0 - 5
pom.xml

@@ -93,11 +93,6 @@
 		</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>
 			<version>1.0.18-SNAPSHOT</version>
 		</dependency>

+ 3 - 15
src/main/webapp/WEB-INF/manager/index.ftl

@@ -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;
-            })
 
         },
     })