Browse Source

修复主页store不显示问题

sgjj 6 years ago
parent
commit
2d4d257bfe
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/main/webapp/templets/1/default/index.htm

+ 7 - 7
src/main/webapp/templets/1/default/index.htm

@@ -6,10 +6,10 @@
         <script type="text/javascript" src="{ms:global.host/}/plugins/bootstrap/3.3.5/js/bootstrap.min.js"></script>
         <script>
         	var ms = {
-        			base:"http://mstore.mingsoft.net"
+        			base:"http://store.mingsoft.net"
         	}
         </script>
-        <script src="http://mstore.mingsoft.net/api/ms.web.mstore.js"></script>
+        <script src="http://store.mingsoft.net/api/ms.web.mstore.js"></script>
     </head>
 
     <body>
@@ -65,11 +65,11 @@
                                         <template v-for="model in modelList">
                                             <div class="ms-model-list">
                                                 <a class="ms-model-img" :href="model.upgraderVersionUrl" target="_blank">
-                                                    <img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://mstore.mingsoft.net/'+model.upgraderVersionImg" onerror="this.src='{ms:global.host/}/{ms:global.style/}/images/no-data.png'" />
+                                                    <img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://store.mingsoft.net/'+model.upgraderVersionImg" onerror="this.src='{ms:global.host/}/{ms:global.style/}/images/no-data.png'" />
                                                 </a>
                                                 <div class="ms-model-mobile-img" v-if="model.upgraderVersionMobileImg != '' && model.upgraderVersionMobileImg != undefined" style="background: url({ms:global.host/}/{ms:global.style/}/images/mobile.png)">
                                                     <div>
-                                                        <img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://mstore.mingsoft.net/'+model.upgraderVersionMobileImg" onerror="this.src='{ms:global.host/}/{ms:global.style/}/images/no-data.png'" />
+                                                        <img @mouseout="imgMout()" @mouseover="imgMover()" :src="'http://store.mingsoft.net/'+model.upgraderVersionMobileImg" onerror="this.src='{ms:global.host/}/{ms:global.style/}/images/no-data.png'" />
                                                     </div>
                                                 </div>
                                                 <div class="ms-model-info">
@@ -82,7 +82,7 @@
                                         </template>
                                         <div class="ms-model-list" style="display: none;" v-show="loading">
                                             <div class="ms-model-more">
-                                                <div onclick="window.open('http://mstore.mingsoft.net/mstoreShow.do')">查看更多</div>
+                                                <div onclick="window.open('http://store.mingsoft.net/mstoreShow.do')">查看更多</div>
                                             </div>
                                         </div>
                                     </div>
@@ -92,7 +92,7 @@
                                         <template v-for="pulg in pulgList">
                                             <div class="ms-model-list">
                                                 <a class="ms-model-img" :href="pulg.upgraderVersionUrl" target="_blank">
-                                                    <img :src="'http://mstore.mingsoft.net/'+pulg.upgraderVersionImg" onerror="this.src='{ms:global.host/}/{ms:global.style/}/images/no-data.png'" />
+                                                    <img :src="'http://store.mingsoft.net/'+pulg.upgraderVersionImg" onerror="this.src='{ms:global.host/}/{ms:global.style/}/images/no-data.png'" />
                                                 </a>
                                                 <div class="ms-model-info">
                                                     <span v-text="pulg.upgraderVersionName"></span>
@@ -104,7 +104,7 @@
                                         </template>
                                         <div class="ms-model-list" style="display: none;" v-show="loading">
                                             <div class="ms-model-more">
-                                                <div onclick="window.open('http://mstore.mingsoft.net/mstoreShow.do')">查看更多</div>
+                                                <div onclick="window.open('http://store.mingsoft.net/mstoreShow.do')">查看更多</div>
                                             </div>
                                         </div>
                                     </div>