无人机管理后台前端(已迁走)
shuishen
2025-05-09 3bae5d704613eee345d3a43e0a2fb1943aa73594
默认首页调整
2 files modified
11 ■■■■ changed files
src/config/website.js 6 ●●●● patch | view | raw | blame | history
src/router/page/index.js 5 ●●●●● patch | view | raw | blame | history
src/config/website.js
@@ -32,10 +32,10 @@
    menu: true,
  },
  fistPage: {
    name: '事件工单',
    name: '个人工作台',
    path: '/wel/index',
    // path: '/tickets/ticket',
  },
  //配置菜单的属性
  menu: {
@@ -71,4 +71,4 @@
    // 报表设计器地址(cloud端口为8108,boot端口为80)
    reportUrl: 'http://localhost:8108/ureport',
  },
};
}
src/router/page/index.js
@@ -1,4 +1,4 @@
import Store from '@/store/';
import Store from '@/store/'
export default [
  {
@@ -68,11 +68,10 @@
    path: '/',
    name: '主页',
    redirect: '/wel',
  },
  // {
  //    path: '/',
  //    name: '主页',
  //    redirect: '/tickets/ticket',
  //    },
];
]