Commit 9b75b8c0 authored by agping's avatar agping

商铺列表优化

parent 69b41df7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=0">
<script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script>
<script type=text/javascript>if(~location.origin.indexOf('pre2.tonglianjituan.com')){var vConsole=new VConsole()};</script> <script type=text/javascript>if(~location.origin.indexOf('pre2.tonglianjituan.com')){var vConsole=new VConsole()};</script>
<title>同联商业</title> <title>同联商业</title>
......
<template>
<div class="bg">
广告推广页
</div>
</template>
<script>
import icon_search from '@/components/shop/images/icon_search@2x.png';
import '@/assets/js/layer041002.js';
export default {
data: () => ({
}),
created() {
let _this = this;
},
mounted() {
let _this = this;
},
methods: {
}
}
</script>
<style scoped>
</style>
...@@ -80,6 +80,12 @@ ...@@ -80,6 +80,12 @@
'nameCustom': '商铺搜索列表', 'nameCustom': '商铺搜索列表',
'query': { 'query': {
} }
},
{
'path': '/advertisingPage',
'nameCustom': 'H5广告推广页',
'query': {
}
} }
] ]
} }
......
...@@ -18,6 +18,7 @@ import businessCollege from '@/components/businessCollege/articleList' ...@@ -18,6 +18,7 @@ import businessCollege from '@/components/businessCollege/articleList'
import articleDetail from '@/components/businessCollege/articleDetail' import articleDetail from '@/components/businessCollege/articleDetail'
import shopList from '@/components/shop/shopList' import shopList from '@/components/shop/shopList'
import shopSearchList from '@/components/shopSearch/shopSearchList' import shopSearchList from '@/components/shopSearch/shopSearchList'
import advertisingPage from '@/components/advertisingPage/advertisingPage'
Vue.use(Router) Vue.use(Router)
...@@ -116,6 +117,11 @@ export default new Router({ ...@@ -116,6 +117,11 @@ export default new Router({
path: '/shopSearchList', path: '/shopSearchList',
name: 'v-shop-search-list', name: 'v-shop-search-list',
component: shopSearchList component: shopSearchList
},
{
path: '/advertisingPage',
name: 'v-advertising-page',
component: advertisingPage
} }
] ]
}) })
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment