update router

qianlishi 3 years ago
parent 1224a93968
commit d70a057249

@ -256,7 +256,9 @@ export const constantRouterMap = [
path: '/excelreport/designer', path: '/excelreport/designer',
component: () => import('@/views/report/excelreport/designer'), component: () => import('@/views/report/excelreport/designer'),
hidden: true, hidden: true,
meta: { requireAuth: true } meta: {
requireAuth: true
}
}, },
{ {
path: '/404', 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> <template>
<div class="index-container"> <div class="index-container">
<el-row align="middle" justify="center"> <el-row align="middle" justify="center">
@ -10,15 +18,15 @@
<script> <script>
export default { export default {
name: 'index1', name: "index1",
data() { data() {
return {} return {};
}, },
components: {}, components: {},
watch: {}, watch: {},
mounted() {}, mounted() {},
methods: {}, methods: {}
} };
</script> </script>
<style rel="stylesheet/scss" lang="scss"> <style rel="stylesheet/scss" lang="scss">
@ -56,7 +64,7 @@ export default {
bottom: 0; bottom: 0;
position: relative; position: relative;
max-width: 1893px; max-width: 1893px;
background: url('../../../static/index-center.png'); background: url("../../../static/index-center.png");
background-size: 100% 100%; background-size: 100% 100%;
} }
} }

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

Loading…
Cancel
Save