import React, { useEffect, useState } from 'react'; import Taro from '@tarojs/taro'; import { View } from '@tarojs/components'; import { useIndustry } from '@/actions/business'; import './index.scss'; const Index = () => { function toPatrol() { Taro.navigateTo({ url: '/packages/patrol/index' }) } return ( 巡 查 养 护 填报 ); } export default Index;