heyang 2 년 전
부모
커밋
4900c649ab
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      pages/saoCode/hazardousChemicalsDescription.vue
  2. 1 1
      pages/saoCode/safetyManagement.vue
  3. 1 1
      pages/saoCode/saoCode.vue

+ 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>