无人机管理后台前端(已迁走)
rain
2025-04-14 ed0a37654625b5574d4755127c9a9b70793af827
首页个人工作台
2 files modified
3 ■■■■ changed files
src/router/views/index.js 2 ●●● patch | view | raw | blame | history
src/views/wel/index.vue 1 ●●●● patch | view | raw | blame | history
src/router/views/index.js
@@ -10,7 +10,7 @@
    children: [
      {
        path: 'index',
        name: '首页',
        name: '个人工作台',
        meta: {
          i18n: 'dashboard',
        },
src/views/wel/index.vue
@@ -1,5 +1,6 @@
<template>
  <div>
    个人工作台
  </div>
</template>