Merge branch 'master' of http://39.101.188.84:8000/suzhou-jichuang-lanhai/LiaoNingDangAn
commit
e9d1202cec
@ -0,0 +1,26 @@
|
|||||||
|
<!--
|
||||||
|
* @Descripttion:
|
||||||
|
* @version:
|
||||||
|
* @Author: JC9527
|
||||||
|
* @Date: 2023-11-22 09:55:23
|
||||||
|
* @LastEditors: JC9527
|
||||||
|
* @LastEditTime: 2023-11-22 10:00:27
|
||||||
|
-->
|
||||||
|
<template>
|
||||||
|
<div>
|
||||||
|
搜索首页
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
<script>
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
|
</style>
|
Loading…
Reference in new issue