XIGUASSR
2022-11-06 e19516a5684f2cc5364300679a79f51d4cb02d21
src/router/index.js
@@ -7,6 +7,7 @@
import Forget from '@/page/forget'
import Login from '@/page/login'
import List from '@/page/list/list'
import TradingList from '@/page/list/trading-list'
import Searchlist from '@/page/list/list-search'
import IndexSearchlist from '@/page/list/indexlist-search' // 指数查询
import SearchMylist from '@/page/list/my-list-search'
@@ -136,17 +137,30 @@
        index: 6
      },
      component: OpenAccount
    }, {
      path: '/list',
      name: 'list',
    },
    {
      path: '/trading-list',
      name: 'TradingList',
      meta: {
        title: '行情',
        requireAuth: false,
        hasHeader: false,
        index: 7
      },
      component: List
    }, {
      component: TradingList
    }
    // {
    //   path: '/list',
    //   name: 'list',
    //   meta: {
    //     title: '行情',
    //     requireAuth: false,
    //     hasHeader: false,
    //     index: 7
    //   },
    //   component: List
    // }
    , {
      path: '/indexsearchlist',
      name: '指数查询',
      meta: {