diff --git a/src/App.vue b/src/App.vue index 8f1a32e..f1e6aa6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,38 +1,17 @@ - + + \ No newline at end of file diff --git a/src/components/edit/how-pop.vue b/src/components/edit/how-pop.vue new file mode 100644 index 0000000..a875884 --- /dev/null +++ b/src/components/edit/how-pop.vue @@ -0,0 +1,59 @@ + + + + + 如何获取微信二维码? + + + + + + + + \ No newline at end of file diff --git a/src/components/edit/map.vue b/src/components/edit/map.vue index 4e0f5ea..ff3054d 100644 --- a/src/components/edit/map.vue +++ b/src/components/edit/map.vue @@ -46,9 +46,6 @@ export default { mounted() { let that = this let info = this.info - - console.log("info['latitude']", info['latitude']); - if (info['latitude']) { this.latlng = { longitude: info['longitude'], diff --git a/src/components/footer/footer.vue b/src/components/footer/footer.vue new file mode 100644 index 0000000..46b9ea8 --- /dev/null +++ b/src/components/footer/footer.vue @@ -0,0 +1,68 @@ + + + + 广州九微科技有限公司 Copyright 2001-2023 GTER All Rights Reserved 粤ICP备14050432号 + + + + + + \ No newline at end of file diff --git a/src/components/public/head.vue b/src/components/public/head.vue index 5253932..74ccd0c 100644 --- a/src/components/public/head.vue +++ b/src/components/public/head.vue @@ -1,40 +1,44 @@ - + {{ item }} - + - + + + + {{ item.name }} + + - \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 440d5f5..f4a668a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -10,18 +10,17 @@ const routes = [ { path: '/about', name: 'about', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. component: () => import(/* webpackChunkName: "about" */ '../views/AboutView.vue') }, { path: '/edit', name: 'edit', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. component: () => import(/* webpackChunkName: "about" */ '../views/edit.vue') + }, + { + path: '/user', + name: 'user', + component: () => import(/* webpackChunkName: "about" */ '../views/user.vue') } ] diff --git a/src/views/edit.vue b/src/views/edit.vue index 72d0d3c..c5803f9 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -1,5 +1,6 @@ - + + @@ -12,7 +13,8 @@ 香港 - + {{ intermediaryObj[intermediary] }} @@ -311,49 +313,8 @@ - - - - - - + - - @@ -605,7 +564,6 @@ maxlength="80" show-word-limit> - @@ -663,14 +621,6 @@ - - - - - 如何获取微信二维码? - - - 查看刚刚发布的{{ intermediary == 6 ? '求' : '' }}房源 - - - - - - 提交失败 - 已存为草稿 - 房源数量已达上限 - 下架旧房源,便可发布新房源 - - 房源管理 - - - + + + + + + + - + + \ No newline at end of file