瀏覽代碼

deploy

master
Soleilw 1 年之前
父節點
當前提交
4756d6722c
共有 3 個文件被更改,包括 165 次插入165 次删除
  1. 152
    152
      dist/assets/index-B5q0MWGO.js
  2. 1
    1
      dist/index.html
  3. 12
    12
      src/router/dynamic.ts

dist/assets/index-B5q0MWGO.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
dist/index.html 查看文件

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>菊城人才市场后台管理</title>
<script type="module" crossorigin src="/assets/index-DyPhoU7G.js"></script>
<script type="module" crossorigin src="/assets/index-B5q0MWGO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css">
</head>
<body>

+ 12
- 12
src/router/dynamic.ts 查看文件

@@ -1,5 +1,5 @@
import type { AppRouteRecordRaw, AppRouteModule } from '@/router/types';
import { HomeOutlined } from '@ant-design/icons-vue';
import { HomeOutlined, SettingOutlined, ApartmentOutlined, FileImageOutlined, SoundOutlined, BarChartOutlined, FolderOpenOutlined, InfoCircleOutlined} from '@ant-design/icons-vue';
import { routerList } from './routerList';

// 权限管理
@@ -9,7 +9,7 @@ const PermissionRoute : AppRouteRecordRaw = {
component: routerList.Permission,
meta: {
title: '权限管理',
icon: HomeOutlined
icon: ApartmentOutlined
},
children: [
{
@@ -50,7 +50,7 @@ const CompanyRoute : AppRouteRecordRaw = {
component: routerList.Company,
meta: {
title: '企业管理',
icon: HomeOutlined
icon: FolderOpenOutlined
},
children: [{
path: '/member',
@@ -147,7 +147,7 @@ const JokSeekerRoute : AppRouteRecordRaw = {
component: routerList.JobSeeker,
meta: {
title: '求职者管理',
icon: HomeOutlined
icon: FolderOpenOutlined
},
children: [
{
@@ -178,7 +178,7 @@ const JokFairRoute : AppRouteRecordRaw = {
component: routerList.JokFair,
meta: {
title: '招聘会管理',
icon: HomeOutlined
icon: FolderOpenOutlined
},
children: [
{
@@ -209,7 +209,7 @@ const InformationRoute : AppRouteRecordRaw = {
component: routerList.Information,
meta: {
title: '资讯管理',
icon: HomeOutlined
icon: FileImageOutlined
},
children: [
{
@@ -241,7 +241,7 @@ const AdvertisementRoute : AppRouteRecordRaw = {
component: routerList.Advertisement,
meta: {
title: '广告/活动管理',
icon: HomeOutlined
icon: SoundOutlined
},
children: [
{
@@ -273,7 +273,7 @@ const ActivityRoute : AppRouteRecordRaw = {
component: routerList.Activity,
meta: {
title: '活动管理',
icon: HomeOutlined
icon: SoundOutlined
},
children: [
// {
@@ -305,7 +305,7 @@ const StatisticsRoute : AppRouteRecordRaw = {
component: routerList.Statistics,
meta: {
title: '统计管理',
icon: HomeOutlined
icon: BarChartOutlined
},
children: [
{
@@ -425,7 +425,7 @@ const SettingRoute : AppRouteRecordRaw = {
component: routerList.Setting,
meta: {
title: '系统设置',
icon: HomeOutlined
icon: SettingOutlined
},
children: [
// {
@@ -457,7 +457,7 @@ const OtherRoute : AppRouteRecordRaw = {
component: routerList.Other,
meta: {
title: '其他设置',
icon: HomeOutlined
icon: SettingOutlined
},
children: [
// {
@@ -489,7 +489,7 @@ const FeedbackRoute : AppRouteRecordRaw = {
component: routerList.Feedback,
meta: {
title: '反馈管理',
icon: HomeOutlined
icon: InfoCircleOutlined
},
children: [
// {

Loading…
取消
儲存