张含笑
2025-11-06 ce80297f7f7fa3246561a995467b725acdc985ff
Merge remote-tracking branch 'origin/master'
1 files modified
2 ■■■ changed files
src/pages/inspectionTask/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/inspectionTask/index.vue
@@ -28,7 +28,7 @@
onShow(() => {
  isApp.value = true
  // 清除数据
  const encodedData = encodeURIComponent(JSON.stringify({ device_sn: '', latitude: '25.9922904974658', longitude: '114.82299452904442' }))
  const encodedData = encodeURIComponent(JSON.stringify({ device_sn: '' }))
  uni.setStorageSync('webview_params', encodedData);
  uni.setTabBarItem({
    index: 2, // Tab 的索引(从0开始)