Browse Source

最新提交

lzm_web
Linzm 8 months ago
parent
commit
56dc837223
  1. 8
      components.d.ts
  2. 1
      src/router/oauth.ts

8
components.d.ts vendored

@ -21,17 +21,11 @@ declare module '@vue/runtime-core' {
Tabbar: typeof import('./src/components/tabbar/index.vue')['default'] Tabbar: typeof import('./src/components/tabbar/index.vue')['default']
Tensorflow: typeof import('./src/components/arFrame/tensorflow.vue')['default'] Tensorflow: typeof import('./src/components/arFrame/tensorflow.vue')['default']
VanActionSheet: typeof import('vant/es')['ActionSheet'] VanActionSheet: typeof import('vant/es')['ActionSheet']
VanButton: typeof import('vant/es')['Button'] VanConfigProvider: typeof import('vant/es')['ConfigProvider']
VanDivider: typeof import('vant/es')['Divider'] VanDivider: typeof import('vant/es')['Divider']
VanGrid: typeof import('vant/es')['Grid']
VanGridItem: typeof import('vant/es')['GridItem']
VanIcon: typeof import('vant/es')['Icon'] VanIcon: typeof import('vant/es')['Icon']
VanImage: typeof import('vant/es')['Image']
VanLoading: typeof import('vant/es')['Loading']
VanStepper: typeof import('vant/es')['Stepper'] VanStepper: typeof import('vant/es')['Stepper']
VanSwipe: typeof import('vant/es')['Swipe'] VanSwipe: typeof import('vant/es')['Swipe']
VanSwipeItem: typeof import('vant/es')['SwipeItem'] VanSwipeItem: typeof import('vant/es')['SwipeItem']
VanTabbar: typeof import('vant/es')['Tabbar']
VanTabbarItem: typeof import('vant/es')['TabbarItem']
} }
} }

1
src/router/oauth.ts

@ -3,7 +3,6 @@ import { createRouter, createWebHashHistory } from 'vue-router'
import NProgress from 'nprogress' import NProgress from 'nprogress'
import 'nprogress/nprogress.css' import 'nprogress/nprogress.css'
// 导入路由组件 // 导入路由组件
import { mergeRoutes } from './queue'
import oauth from '@/views/oauth/index.vue' import oauth from '@/views/oauth/index.vue'
import { useUserStore } from '@/stores/user' import { useUserStore } from '@/stores/user'

Loading…
Cancel
Save