<template> <view> 家政/考试人员首页 </view> </template> <script> // 家政/考试人员首页 export default { data() { return { } }, methods: { } } </script> <style> </style>