找专家

This commit is contained in:
hh
2022-01-27 13:33:17 +08:00
parent 52a068bf7d
commit 8176871fcf
18 changed files with 1385 additions and 121 deletions

View File

@ -92,6 +92,10 @@ function submitForm() {
}
</script>
<style lang="scss" scoped>
.el-form {
padding: 15px;
background-color: #fff;
}
.el-form-item {
margin-bottom: 15px;
}

View File

@ -112,9 +112,8 @@ watch(
pagePath.value = newVal;
}
);
onMounted(() => {
pagePath.value = route.path;
});
pagePath.value = route.path;
function handlePath(path) {
pagePath.value = path;
router.push(path);