guwd 4 лет назад
Родитель
Сommit
9d5d59b6a6
2 измененных файлов с 13 добавлено и 3 удалено
  1. 12 2
      pom.xml
  2. 1 1
      src/main/webapp/WEB-INF/manager/index.ftl

+ 12 - 2
pom.xml

@@ -22,7 +22,18 @@
     </properties>
 
     <dependencies>
-
+        <dependency>
+            <groupId>net.mingsoft</groupId>
+            <artifactId>ms-base</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.mingsoft</groupId>
+            <artifactId>ms-basic</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>net.mingsoft</groupId>
+            <artifactId>ms-mdiy</artifactId>
+        </dependency>
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>ms-mpeople</artifactId>
@@ -32,7 +43,6 @@
             <artifactId>store-client</artifactId>
             <version>5.2.0.RELEASE</version>
         </dependency>
-
     </dependencies>
 
     <build>

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

@@ -7,7 +7,7 @@
     <script src="${base}/static/plugins/sockjs/1.4.0/sockjs.min.js"></script>
     <script src="${base}/static/plugins/stomp/2.3.3/stomp.min.js"></script>
     <!-- 此部分是铭飞平台MStroe的客户端(MStore不在铭飞开源产品范围),如果不需要使用MStore可以删除掉 -->
-    <script src="https://cdn.mingsoft.net/ms/1.0/ms-web.umd.min.js"></script>
+    <script src="https://cdn.mingsoft.net/platform/ms-store.umd.min.js"></script>
     <style>
         .to-ele {
             font-size: 18px;