'admin-21.02.05:更新提交日期错误、打包错误问题、移动原views的components到src下'

This commit is contained in:
lyt-Top 2021-02-05 01:26:22 +08:00
parent 25a3cb777e
commit b1d3acdd54
5 changed files with 3 additions and 18 deletions

View File

@ -347,21 +347,6 @@ export const dynamicRoutes = [
icon: 'iconfont icon-fuzhiyemian'
}
},
{
path: '/components',
name: 'componentsIndex',
component: () => import('/@/views/components/index.vue'),
meta: {
title: '组件',
isLink: '',
isHide: false,
isKeepAlive: true,
isAffix: false,
isIframe: false,
auth: ['admin', 'test'],
icon: 'iconfont icon-zujian'
}
},
{
path: '/chart',
name: 'chartIndex',

View File

@ -222,9 +222,9 @@
<script lang="ts">
import { ElMessage } from "element-plus";
import LimitsFrontEndPage from "/@/views/limits/frontEnd/page/index.vue";
import Auth from "/@/views/components/auth/auth.vue";
import Auths from "/@/views/components/auth/auths.vue";
import AuthAll from "/@/views/components/auth/authAll.vue";
import Auth from "/@/components/auth/auth.vue";
import Auths from "/@/components/auth/auths.vue";
import AuthAll from "/@/components/auth/authAll.vue";
import { auth, auths, authAll } from "/@/utils/authFunction.ts";
export default {
name: "limitsFrontEndBtn",