1
李凌
yesterday f0c4104de3ea56f196ff7a366e379283fb37ec8c
src/router/index.js
@@ -662,7 +662,7 @@
               path: 'trade/:symbol',
               name: 'trade',
               meta: {
                  tarbar: false,
                  tarbar: true,
                  keepAlive: true
               },
               component: () => import('@/views/cryptos/Trade/index.vue')
@@ -689,8 +689,8 @@
               path: 'perpetualContract/:symbol',
               name: 'perpetualContract',
               meta: {
                  tarbar: false,
                  keepAlive: true
                  tarbar: true,
                  keepAlive: false
               },
               component: () =>
                  import( /* webpackChunkName: "perpetualContract" */ /* webpackPrefetch: true */
@@ -1425,6 +1425,13 @@
            import( /* webpackChunkName: "changeFundsPassword" */ /* webpackPrefetch: true */
               '@/views/changeFundsPassword/index.vue')
      },
      { //重置邮箱/手机号
         path: '/resetPhoneEmail',
         name: 'resetPhoneEmail',
         component: () =>
            import( /* webpackChunkName: "changeFundsPassword" */ /* webpackPrefetch: true */
               '@/views/safety/resetPhoneEmail.vue')
      },
      { //绑定验证
         path: '/bindVerify',
         name: 'bindVerify',