heyang 2 éve
szülő
commit
4900c649ab

+ 1 - 1
pages/saoCode/hazardousChemicalsDescription.vue

@@ -1,7 +1,7 @@
 <!--危险化学品说明-->
 <template>
     <view id="hazardousChemicalsDescription">
-        <web-view :src="'https://lab.sxitdlc.com/labSystem/admin/#/codeHtml?code='+code+'&type==1'"></web-view>
+        <web-view :src="'https://lab.sxitdlc.com/jndxlabSystem/admin/#/codeHtml?code='+code+'&type==1'"></web-view>
     </view>
 </template>
 

+ 1 - 1
pages/saoCode/safetyManagement.vue

@@ -1,7 +1,7 @@
 <!--安全管理制度-->
 <template>
     <view id="safetyManagement">
-        <web-view :src="'https://lab.sxitdlc.com/labSystem/admin/#/codeHtml?code='+code+'&type==2'"></web-view>
+        <web-view :src="'https://lab.sxitdlc.com/jndxlabSystem/admin/#/codeHtml?code='+code+'&type==2'"></web-view>
     </view>
 </template>
 

+ 1 - 1
pages/saoCode/saoCode.vue

@@ -1,7 +1,7 @@
 <!--扫描二维码页面-->
 <template>
     <view id="saoCode">
-        <web-view :src="'https://lab.sxitdlc.com/labSystem/admin/#/codeHtml?code='+code+'&type='+type"></web-view>
+        <web-view :src="'https://lab.sxitdlc.com/jndxlabSystem/admin/#/codeHtml?code='+code+'&type='+type"></web-view>
     </view>
 </template>