huangxw 6 dagen geleden
bovenliggende
commit
5d592e5d57
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/pages/plant/more/index.vue

+ 2 - 2
src/pages/plant/more/index.vue

@@ -11,11 +11,11 @@
                         <image class="w-54 h-54 mb-16" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/more/mag_code_icon.png" mode="widthFix" />
                         <view class="f-s-26 c-#666">码生成及下载</view>
                     </view>
-                    <view class="d-flex flex-cln j-c a-c pd-10" hover-class="bg-#f7f7f7">
+                    <view @click="$u.route({ url: '/plant/code/code-query/index' })" class="d-flex flex-cln j-c a-c pd-10" hover-class="bg-#f7f7f7">
                         <image class="w-54 h-54 mb-16" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/more/mag_trace_icon.png" mode="widthFix" />
                         <view class="f-s-26 c-#666">追溯码查询</view>
                     </view>
-                    <view class="d-flex flex-cln j-c a-c pd-10" hover-class="bg-#f7f7f7">
+                    <view @click="$u.route({ url: '/plant/code/code-relate/index' })" class="d-flex flex-cln j-c a-c pd-10" hover-class="bg-#f7f7f7">
                         <image class="w-54 h-54 mb-16" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/more/mag_relate_icon.png" mode="widthFix" />
                         <view class="f-s-26 c-#666">关联关系管理</view>
                     </view>