@@ -32,10 +32,10 @@ npm run build --prod
### todo list
* [x] 用户中心:充值、消费记录
-* [ ] 商品价格走势
+* [x] 商品价格走势
* [ ] 店铺信息查询
* [x] 淘宝客订单检测
-* [ ] 淘宝天猫下拉关键词搜索 https://siddur.cn/starkeysearch.html
+* [x] 淘宝天猫下拉关键词搜索
* [ ] 淘宝商品评论
* [ ] 淘宝商品详情
* [ ] 商品问大家接口
@@ -69,6 +69,12 @@ const mainRoutes = {
name: 'toolsPricetrend',
meta: { title: '价格走势' }
},
+ {
+ path: '/tools-shopinfo',
+ component: _import('modules/tools/tools-shopinfo'),
+ name: 'toolsShopInfo',
+ meta: { title: '店铺信息' }
+ },
// 个人中心
{
path: '/mine-paycheck',
@@ -0,0 +1,13 @@
+<template>
+ <div>tools-shopinfo</div>
+</template>
+
+<script>
+export default {
+ name: 'tools-shopinfo'
+}
+</script>
+<style lang="scss" scoped>
+</style>