update router

qianlishi 3 years ago
parent 1224a93968
commit d70a057249

@ -256,7 +256,9 @@ export const constantRouterMap = [
path: '/excelreport/designer',
component: () => import('@/views/report/excelreport/designer'),
hidden: true,
meta: { requireAuth: true }
meta: {
requireAuth: true
}
},
{
path: '/404',

@ -1,3 +1,11 @@
<!--
* @Descripttion: 首页
* @version:
* @Author: qianlishi
* @Date: 2021-12-11 14:48:27
* @LastEditors: qianlishi
* @LastEditTime: 2021-12-13 09:45:44
-->
<template>
<div class="index-container">
<el-row align="middle" justify="center">
@ -10,15 +18,15 @@
<script>
export default {
name: 'index1',
name: "index1",
data() {
return {}
return {};
},
components: {},
watch: {},
mounted() {},
methods: {},
}
methods: {}
};
</script>
<style rel="stylesheet/scss" lang="scss">
@ -56,7 +64,7 @@ export default {
bottom: 0;
position: relative;
max-width: 1893px;
background: url('../../../static/index-center.png');
background: url("../../../static/index-center.png");
background-size: 100% 100%;
}
}

@ -1,9 +1,11 @@
<!--
* @Descripttion: 登录
* @version:
* @Author: qianlishi
* @Date: 2020-07-13 11:04:24
* @Last Modified by: qianlishi
* @Last Modified time: 2020-07-13 11:04:24
!-->
* @Date: 2021-12-11 14:48:27
* @LastEditors: qianlishi
* @LastEditTime: 2021-12-13 09:45:44
-->
<template>
<div class="login_container">
<!-- 顶部logo -->

Loading…
Cancel
Save