Kaynağa Gözat

Merge branch 'dev' of http://39.106.8.246:3003/zhangyu/PDM into dev

 Conflicts:
	src/router/system.js
shaun-sheep 4 yıl önce
ebeveyn
işleme
e10659ff6c

+ 0 - 96
src/assets/scss/reset.scss

@@ -1,96 +0,0 @@
-$fontFamily: "Spurce Han Sans,Wah Kang font,Microsoft YaHei";
-$allColor: #303133; //主要文字
-$color1: #606266; //常规文字
-$color2: #909399; //次要文字
-$color3: #C0C4CC; //占位文字
-$colorList: ( 1:$color1, 2:$color2, 3:$color3);
-$theme1: #5BA7FF;
-$theme2: #FFF;
-$theme3: #8E9CC1;
-$themeList: (1:$theme1, 2:$theme2, 3:$theme3);
-$auxiliary1: #548FF0; //辅助色彩
-$auxiliary2: #FF4121;
-$auxiliary3: #7ED321;
-$auxiliary4: #F5A623;
-$auxiliaryList: ( 1:$auxiliary1, 2:$auxiliary2, 3:$auxiliary3, 4:$auxiliary4);
-$borderColor1: #C2CEDB; //线条色彩
-$borderColor2: #DDD;
-$borderColorList: (1:$borderColor1, 2:$borderColor2);
-$bg1: #FFF;
-$bg2: #F2FBFF;
-$bg3: #EEFAFF;
-$bg4: #FFF5E4;
-$bg5: #E5F6D3;
-$bgList: ( 1:$bg1, 2:$bg2, 3:$bg3, 4:$bg4, 5:$bg5);
-$allSize: 14px; //正常文字大小
-$size1: 12px; //辅助文字大小
-.el-dialog__header {
-    border-bottom: 1px solid #C2CEDB;
-    box-sizing: border-box;
-    .el-dialog__title {
-        height: 20px;
-        line-height: 20px;
-        font-size: 14px;
-    }
-}
-
-//文字色
-@each $i,
-$color in $colorList {
-    .color#{$i} {
-        color: $color;
-    }
-}
-
-//主题色
-@each $i,
-$theme in $themeList {
-    .theme#{$i} {
-        background-color: $theme;
-    }
-}
-
-//辅助背景色
-@each $i,
-$auxiliary in $auxiliaryList {
-    .auxiliary#{$i} {
-        background-color: $auxiliary;
-    }
-}
-
-//辅助色
-@each $i,
-$auxiliary in $auxiliaryList {
-    .auxiliary-color#{$i} {
-        color: $auxiliary;
-    }
-}
-
-//线条色
-@each $i,
-$borderColor in $borderColorList {
-    .border-color#{$i} {
-        border-color: $borderColor;
-    }
-}
-
-//背景色
-@each $i,
-$bg in $bgList {
-    .bg#{$i} {
-        background-color: $bg;
-    }
-}
-
-@for $i from 1 to 51 {
-    .border-radius#{$i} {
-        border-radius: #{$i}px;
-    }
-}
-
-@for $i from 1 to 11 {
-    .border#{$i} {
-        border-width: #{$i}px;
-        border-style: solid;
-    }
-}

+ 17 - 297
src/data/menus.js

@@ -1,326 +1,46 @@
 export default [
-	/******************** 平台管理 ***************************/
+	// 首页
 	{
-		path: '/platform',
-		name: '平台管理',
-		disabled: true,
-	},
-	// 项目管理
-	{
-		path: '/platform/project',
-		name: '项目管理',
-		icon: 'icon-project-o'
-	},
-	// 人员管理
-	{
-		path: '/platform/user',
-		name: '人员管理',
-		icon: 'icon-renyuanguanli',
+		path: '/index',
+		name: '首页',
+		icon: '',
 		opts: [{
 			name: '查看',
 			basic: true,
-			permission: 'system:user:query'
+			permission: 'system:role:query'
 		}]
 	},
-	// 角色管理
+	// 产品管理
 	{
-		path: '/platform/role',
-		name: '角色管理',
-		icon: 'icon-jiaoseguanli',
+		path: '/product',
+		name: '产品管理',
+		icon: '',
 		opts: [{
 			name: '查看',
 			basic: true,
 			permission: 'system:role:query'
 		}]
 	},
-	/******************** 前期准备 ***************************/
-	{
-		path: '/ready',
-		name: '前期准备',
-		disabled: true,
-	},
-	// 建筑楼层管理
-	{
-		path: '/ready/buildfloor',
-		name: '建筑楼层管理',
-		icon: 'icon-jianzhu'
-	},
-	// 需采集的信息点
-	{
-		path: '/ready/collectsetting',
-		name: '需采集的信息点',
-		icon: 'icon-xinxi'
-	},
-	// 扫楼App用户管理
-	{
-		path: '/ready/appuser',
-		name: '扫楼App用户管理',
-		icon: 'icon-app4'
-	},
-	/******************** 信息收集 ***************************/
-	{
-		path: '/information',
-		name: '信息收集',
-		disabled: true,
-	},
-	// 模型管理
+	// 品牌管理
 	{
-		path: '/model',
-		name: '模型管理',
-		icon: 'icon-moxing___',
-		children: [{
-			path: '/model/file',
-			name: '模型文件管理',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/model/report',
-			name: '模型质量报告',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}]
-	},
-	// 系统集成
-	{
-		path: '/point',
-		name: '系统集成',
-		icon: 'icon-xitong',
-		children: [{
-			path: '/point/pointsetting',
-			name: '子系统点位接入',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/point/dynamicdata',
-			name: '配置动参从点位取值',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		},
-		// {
-		// 	path: '/point/objectdata',
-		// 	name: '配置动参从对象取值',
-		// 	icon: '',
-		// 	opts: [{
-		// 		name: '查看',
-		// 		basic: true,
-		// 		permission: 'system:role:query'
-		// 	}]
-		// },
-		{
-			path: '/point/report',
-			name: '系统集成成果管理',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}]
-	},
-	// 扫楼作业
-	{
-		path: '/floor',
-		name: '扫楼作业',
-		icon: 'icon-shanglou',
-		children: [{
-			path: '/floor/task',
-			name: '现场任务管理',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		},{
-			path: '/floor/data',
-			name: '现场数据整理',
-			icon: '',
-			children: [ {
-				path: '/floor/data',
-				name: '信息点整理',
-				icon: '',
-				opts: [{
-					name: '查看',
-					basic: true,
-					permission: 'system:role:query'
-				}]
-			},
-			{
-				path: '/floor/plan',
-				name: '位置标签整理',
-				icon: '',
-				opts: [{
-					name: '查看',
-					basic: true,
-					permission: 'system:role:query'
-				}]
-			}]
-		}, {
-			path: '/floor/abnormalprop',
-			name: '扫楼报告',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/floor/log',
-			name: '扫楼日志查看',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}]
-	},
-	// 台账管理
-	{
-		path: '/ledger',
-		name: '台账管理',
-		icon: 'icon-taizhangzhangbushezhi',
-		children: [{
-			path: '/ledger/facility',
-			name: '设备台账',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/ledger/property',
-			name: '资产台账',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/ledger/list',
-			name: '系统台账',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/ledger/spacelist',
-			name: '业务空间台账',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-				path: '/ledger/cenotelist',
-				name: '竖井台账',
-				icon: '',
-				opts: [{
-					name: '查看',
-					basic: true,
-					permission: 'system:role:query'
-				}]
-		},{
-			path: '/ledger/rentlist',
-			name: '租户台账',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}, {
-			path: '/ledger/datareport',
-			name: '数据质量报告',
-			icon: '',
-			opts: [{
-				name: '查看',
-				basic: true,
-				permission: 'system:role:query'
-			}]
-		}]
-	},
-	/******************** 关系维护并计算 ***************************/
-	{
-		path: '/relation',
-		name: '关系维护并计算',
-		disabled: true,
-	},
-	// 关系维护
-	// {
-	// 	path: '/relation/maintain',
-	// 	name: '关系维护',
-	// 	icon: 'icon-guanxi',
-	// 	opts: [{
-	// 		name: '查看',
-	// 		basic: true,
-	// 		permission: 'system:user:query'
-	// 	}]
-	// },
-	// 全部关系总览
-	{
-		path: '/relation/overview',
-		name: '全部关系总览',
-		icon: 'icon-jiqixuexi-',
+		path: '/brand',
+		name: '品牌管理',
+		icon: '',
 		opts: [{
 			name: '查看',
 			basic: true,
 			permission: 'system:role:query'
 		}]
 	},
-	/******************** 数据项目化交付 ***************************/
-	{
-		path: '/deliver',
-		name: '数据项目化交付',
-		disabled: true,
-	},
-	// 项目数据转换
+	// 从已有数据填充产品
 	{
-		path: '/relation/data',
-		name: '项目数据转换',
-		icon: 'icon-view',
+		path: '/supplement',
+		name: '从已有数据填充产品',
+		icon: '',
 		opts: [{
 			name: '查看',
 			basic: true,
 			permission: 'system:role:query'
 		}]
 	},
-	/******************** 通用字典 ***************************/
-	// {
-	// 	path: '/dictionaries',
-	// 	name: '通用字典',
-	// 	disabled: true,
-	// },
-	// // 厂家库
-	// {
-	// 	path: '/manufactor/supplier',
-	// 	name: '厂家库',
-	// 	icon: '',
-	// 	opts: [{
-	// 		name: '查看',
-	// 		basic: true,
-	// 		permission: 'system:role:query'
-	// 	}]
-	// }
 ]

+ 6 - 33
src/framework/layout/Main.vue

@@ -1,38 +1,24 @@
 <template>
-    <div id='page-main' v-bind:class='{"page-sidebar-closed": sidebarClosed}'>
+    <div id='page-main'>
         <page-header></page-header>
-
-        <div id='page-container' class='page-container'>            
-            <page-sidebar></page-sidebar>            
+        <div id='page-container' class='page-container'>          
             <div id='page-content-wrapper' class='page-content-wrapper'>
-                <div class='page-bar'>
-                    <el-breadcrumb separator='/'>
-                    <el-breadcrumb-item v-show="!breadcrumb.length"  :to='{ path: "/" }'>首页</el-breadcrumb-item>
-                    <el-breadcrumb-item v-show="breadcrumb.length" v-for='(b, index) in breadcrumb' :key='index' :to='b.path ? { path: b.path } : null'>{{b.label}}</el-breadcrumb-item>                       
-                    </el-breadcrumb>
-                </div>
-                <!-- <router-view class='page-content'/> -->
                 <keep-alive>
                     <router-view v-if='$route.meta.keepAlive' class='page-content'></router-view>
                 </keep-alive>
                 <router-view v-if='!$route.meta.keepAlive' class='page-content'></router-view>
             </div>
         </div>
-        <!-- <div class='page-footer'>
-            © 2016 SAGACLOUD. All rights reserved 京ICP备16059843号-1
-        </div>-->
     </div>
 </template>
 <script>
 import { mapGetters, mapMutations } from 'vuex'
 import PageHeader from './PageHeader'
-import PageSidebar from './PageSidebar'
-import menus from '@/data/menus' 
+import menus from '@/data/menus'
 export default {
     name: 'Main',
     components: {
-        'page-header': PageHeader,
-        'page-sidebar': PageSidebar
+        'page-header': PageHeader
     },
     props: [],
     data() {
@@ -41,23 +27,10 @@ export default {
         }
     },
     computed: {
-        ...mapGetters('layout', ['sidebarClosed', 'breadcrumb'])
+        ...mapGetters('layout', ['breadcrumb'])
     },
     methods: {
-        ...mapMutations('layout', ['setSidebarClosed','setSidebarSelected']),
-        windwoResize() {
-            // 窗口大小发生变化时
-            let clientWidth = `${document.documentElement.clientWidth}`
-            let clientHeight = `${document.documentElement.clientHeight}`
-            //this.setPageContentHeight(height)
-            if (clientWidth > 1000) {
-                this.setSidebarClosed(false)
-            } else if (clientWidth > 800) {
-                this.setSidebarClosed(true)
-            } else {
-                this.setSidebarClosed(false)
-            }
-        },
+        ...mapMutations('layout', ['setSidebarSelected']),
         findPathInArray(arr, path) {
             arr.forEach(ele => {
                 if(ele.path == path) {

+ 106 - 132
src/framework/layout/PageHeader.vue

@@ -1,142 +1,116 @@
 <template>
-    <div class='page-header'>
-        <div id='page-header-logo' class='page-logo'>
-            <a @click="toIndex">
-                <img src='@/assets/logo.png' alt='logo' class='logo-default'>
-            </a>
-            <div class='menu-toggler sidebar-toggler' @click.stop='toggleSidebar'>
-                <span>
-                    <i class='el-icon-fa-bars'></i>
-                </span>
-            </div>
-        </div>
-        <div id='page-header-data-menu' class='data-menu'>
-            <el-select v-model='selectedProjectId' placeholder='请选择' filterable>
-                <el-option-group v-for="group in projectGropList" :key="group.label" :label="group.label">
-                    <el-option v-for='item in group.options' :key='item.id' :label='item.name' :value='item.id'></el-option>
-                </el-option-group>
-            </el-select>
-        </div>
-        <div id='page-header-user-menu' class='user-menu'>
-            <el-dropdown trigger='hover' class='user-menu-dropdown' @command='userMenuCommand'>
-                <span class='el-dropdown-link'>
-                    {{userInfo.userName}}
-                    <i class='el-icon-fa-user el-icon--right'></i>
-                </span>
-                <el-dropdown-menu slot='dropdown'>
-                    <el-dropdown-item icon='el-icon-plus' command='logout'>退出</el-dropdown-item>
-                    <el-dropdown-item icon='el-icon-circle-plus'>修改密码</el-dropdown-item>
-                </el-dropdown-menu>
-            </el-dropdown>
-            <ul class="header-nav">
-                <li class="header-nav-Splitscreen">
-                    <a href="/splitScreen" target="_blank"><i class="el-icon-s-platform"></i></a>
-                </li>
-            </ul>
-        </div>
-    </div>
+  <div>
+		<div class="page-header">
+			<div class="page-header-main">
+				<div class='page-header-logo'>
+					<a @click="toIndex">
+						<img src='@/assets/logo.png' alt='logo' class='logo-default'>
+					</a>
+				</div>
+				<div class="page-header-nav">
+					<el-menu
+						:default-active="sidebarSelected"
+						mode="horizontal"
+						@select="handleSelect"
+						background-color="#1F2429"
+						text-color="#C3C7CB"
+						router
+					>
+						<template v-for='menu in menus'>
+							<el-menu-item :index='menu.path' :key='menu.path' :disabled="menu.disabled">
+								<i v-if='menu.icon' :class='"iconfont "+ menu.icon'></i>
+								<span slot='title'>{{menu.name}}</span>
+							</el-menu-item>
+						</template>
+					</el-menu>
+				</div>
+			</div>
+		</div>
+  </div>
 </template>
 <script>
-import frameworkApi from '@/api/framework'
 import { mapGetters, mapMutations } from 'vuex'
-import getFirstLetter from '@/utils/getFirstLetter'
-import lStorage from '@/utils/localStorage'
+import frameworkApi from '@/api/framework'
 export default {
-    name: 'PageHeader',
-    props: [],
-    data() {
-        return {
-            selectedProjectId: null
-        }
-    },
-    computed: {
-        ...mapGetters('layout', ['sidebarClosed', 'userInfo', 'projects', 'projectId']),
-        projectGropList () {
-            const cacheInfo = lStorage.get('historyInfo')?lStorage.get('historyInfo'):{}
-            let options = [{
-                label: '最近使用',
-                options: []
-            }]
-            const projectHistory = cacheInfo[this.userInfo.userName] || []
-            options[0].options = projectHistory.map(projectId => {
-                let obj = this.projects.find(project => {
-                    return project.id === projectId
-                })
-                return obj?obj:[]
-            })
+  name: 'PageHeader',
+  props: [],
+  created() {
 
-            let helpObj = {}
-            this.projects.forEach(p => {
-                const label = getFirstLetter((p.name || p.id).slice(0, 1))
-                if (helpObj[label]) {
-                    helpObj[label].push(p)
-                } else {
-                    helpObj[label] = [p]
-                }
-            })
-            const arr = Object.keys(helpObj).sort().map(label => {
-                return {
-                    label: label,
-                    options: helpObj[label]
-                }
-            })
-            return [...(options[0].options.length > 0 ? options : []), ...arr]
-        }
-    },
-    watch: {
-        selectedProjectId(n, o) {
-            this.setprojectId(n)
-        }
-    },
-    methods: {
-        ...mapMutations('layout', ['setSidebarClosed', 'setprojectId']),
-        handleSelect() {},
-        toggleSidebar() {
-            this.setSidebarClosed(!this.sidebarClosed)
-        },
-        userMenuCommand(cmd) {
-            // console.log('userMenuCommand ', cmd)
-            if (cmd == 'logout') {
-                console.log("点击登出l")
-                frameworkApi.toLogout()
-            }
-        },
-        toIndex() {
-            this.$router.push('/')
-        }
-    },
-    created() {
-        let cacheInfo = lStorage.get('historyInfo')?lStorage.get('historyInfo'):{}
-        if(cacheInfo[this.userInfo.userName] && 
-            cacheInfo[this.userInfo.userName][0] && 
-            this.projects.some((item) => {return item.id == cacheInfo[this.userInfo.userName][0]})
-        ){
-            this.selectedProjectId = cacheInfo[this.userInfo.userName][0]
-        } else {
-            this.selectedProjectId = this.projectId
-        }
-    },
-    mounted() {}
+  },
+  data() {
+    return {}
+  },
+  computed: {
+		...mapGetters('layout', ['sidebarSelected', 'permissions']),
+		menus() {
+			let menus = frameworkApi.getMenus(this.permissions)
+			return menus
+		}
+  },
+  methods: {
+		...mapMutations('layout', ['setSidebarSelected']),
+		handleSelect(index, indexPath) {
+			this.setSidebarSelected(index)
+		},
+		toIndex() {
+			this.$router.push('/index')
+		}
+  },
+  watch: {
+
+  },
 }
 </script>
 <style lang="scss" scoped>
-.header-nav-Splitscreen>a{
-    display: flex;
-    width: 100%;
-    height: 100%;
-    position: relative;
-    padding: 16px 10px 10px;
-    -webkit-box-sizing: border-box;
-    box-sizing: border-box;
-    color: #79869a;
-    font-size: 24px;
-    text-decoration: none;
-    cursor: pointer;
-    i{transition:all 0ms ease 0ms}
-}
-.header-nav-Splitscreen>a:hover{
-    text-decoration: none;
-    color: #d3d8e2;
-    background-color: #3f4f62;
-}
+	.page-header {
+		height: 48px;
+		background-color: #1F2429;
+		.page-header-main {
+			display: flex;
+			flex-direction: row;
+			width: 1200px;
+			height: 100%;
+			margin: auto;
+			.page-header-logo {
+				flex-grow: 0;
+        flex-shrink: 0;
+        padding-left: 20px;
+        padding-right: 20px;
+        width: 120px;
+        display: inline-flex;
+        flex-direction: row;
+        justify-content: space-between;
+        >a {
+					display: inline-block;
+					cursor: pointer;
+					.logo-default {
+						margin: 18px 0 0;
+						height: 18px;
+					}
+        }
+			}
+			.page-header-nav {
+				flex: 1;
+			}
+		}
+	}
+	/deep/ .el-menu--horizontal>.el-menu-item.is-active {
+    border-bottom: 2px solid #3A8DDE;
+    color: #FFFFFF;
+	}
+
+	/deep/ .el-menu--horizontal>.el-submenu.is-active .el-submenu__title {
+    border-bottom: 2px solid #3A8DDE;
+    color: #FFFFFF;
+	}
+
+	/deep/ .el-menu--horizontal>.el-menu-item {
+    height: 48px;
+    line-height: 48px;
+	}
+
+	/deep/ .el-menu--horizontal>.el-submenu .el-submenu__title {
+    height: 48px;
+    line-height: 48px;
+	}
 </style>

+ 0 - 91
src/framework/layout/PageSidebar.vue

@@ -1,91 +0,0 @@
-<template>
-    <div id='page-sidebar-wrapper' class='page-sidebar-wrapper'>
-        <el-scrollbar tag="div" wrapClass="content-scrollbar">
-        <el-menu
-            :collapse='sidebarClosed'
-            :default-active='sidebarSelected'
-            @open='handleOpen'
-            @close='handleClose'
-            @select='menuSelect'
-            background-color='#364150'
-            text-color='#fff'
-            active-text-color='#ffd04b'
-            unique-opened
-            router
-            class='sidebar-menu'
-        >
-            <template v-for='menu in menus'>
-                <el-submenu v-if='menu.children' :index='menu.path' :key='menu.path' class='sidebar-menu-submenu'>
-                    <template slot='title'>
-                        <i v-if='menu.icon' :class='"iconfont "+ menu.icon'></i>
-                        <span>{{menu.name}}</span>
-                    </template>
-                    <template v-for='submenu in menu.children'>
-                        <el-submenu v-if='submenu.children' :index='submenu.path' :key='submenu.path' class='sidebar-menu-submenu'>
-                            <template slot='title'>
-                                <i v-if='submenu.icon' :class='"iconfont "+ submenu.icon'></i>
-                                <span>{{submenu.name}}</span>
-                            </template>
-                            <template v-for='threemenu in submenu.children'>
-                                <el-menu-item :index='threemenu.path' :key='threemenu.path' class='sidebar-menu-item'>
-                                    <i v-if='threemenu.icon' :class='"iconfont "+ threemenu.icon'></i>
-                                    <span slot='title'>{{threemenu.name}}</span>
-                                </el-menu-item>
-                            </template>
-                        </el-submenu>
-                        <el-menu-item v-else :index='submenu.path' :key='submenu.path' class='sidebar-menu-item'>
-                            <i v-if='submenu.icon' :class='"iconfont "+ submenu.icon'></i>
-                            <span slot='title'>{{submenu.name}}</span>
-                        </el-menu-item>
-                    </template>
-                </el-submenu>
-                <el-menu-item v-else :index='menu.path' :key='menu.path' class='sidebar-menu-item' :disabled="menu.disabled">
-                    <i v-if='menu.icon' :class='"iconfont "+ menu.icon'></i>
-                    <span slot='title'>{{menu.name}}</span>
-                </el-menu-item>
-            </template>
-        </el-menu>
-        </el-scrollbar>
-    </div>
-</template>
-<script>
-import { mapGetters, mapMutations } from 'vuex'
-import frameworkApi from '@/api/framework'
-export default {
-    name: 'PageSidebar',
-    props: [],
-    data() {
-        return {}
-    },
-    computed: {
-        ...mapGetters('layout', ['sidebarClosed', 'sidebarSelected', 'permissions']),
-        menus() {
-            // console.log(this.permissions)
-            let menus = frameworkApi.getMenus(this.permissions)
-            // console.log('sidebar menus ', menus)
-            return menus
-        }
-    },
-    methods: {
-        ...mapMutations('layout', ['setSidebarSelected']),
-        handleOpen(val) {
-            // console.log('handleOpen------------- ', val)
-        },
-        handleClose(val) {
-            // console.log('handleClose------------- ', val)
-        },
-        menuSelect(index, indexPath) {
-            this.setSidebarSelected(index)
-            // console.log('menu select ', index, indexPath)
-        }
-    },
-    created() {
-        // console.log('--------------------- PageSidebar created')
-        // console.log('menus ', this.menus)
-    },
-
-    mounted() {},
-    components: {}
-}
-</script>
-

+ 0 - 18
src/framework/style/awesome.less

@@ -1,18 +0,0 @@
-[class^='el-icon-fa'],
-[class*=' el-icon-fa'] {
-  font-family: FontAwesome !important;
-  font-size: inherit;
-  speak: none;
-  font-style: normal;
-  font-weight: 400;
-  font-variant: normal;
-  text-transform: none;
-  line-height: 1;
-  vertical-align: baseline;
-  display: inline-block;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-}
-
-@import url('../../../node_modules/font-awesome/less/font-awesome');
-@fa-css-prefix: el-icon-fa;

+ 3 - 391
src/framework/style/layout.scss

@@ -1,14 +1,9 @@
-@import './theme.scss';
-$pageHeaderHeight: 50px;
-$pageSidebarWidth: 235px;
-$pageSidebarClosedWidth: 64px;
-$pageSidebarItemHeight: 40px;
-$pageFooterHeight: 40px;
 html,
 body {
     padding: 0 !important;
     margin: 0 !important;
     font-size: 14px;
+    color: #333;
     width: 100%;
     height: 100%;
 }
@@ -17,32 +12,6 @@ body {
     width: 100%;
     height: 100%;
 }
-/*---滚动条默认显示样式--*/
-::-webkit-scrollbar-thumb{
-    height:50px;
-    outline-offset:-2px;
-    outline:2px solid #dddee0;
-    border: 2px solid #dddee0;
-    background-color: #dddee0;
-    border-radius: 4px;
-}
-
-/*---鼠标点击滚动条显示样式--*/
-::-webkit-scrollbar-thumb:hover{
-    height:50px;
-}
-
-
-/*---滚动条大小--*/
-::-webkit-scrollbar{
-    width:8px;
-    height:8px;
-}
-
-/*---滚动框背景样式--*/
-::-webkit-scrollbar-track-piece{
-    
-}
 #page-main {
     width: 100%;
     height: 100%;
@@ -52,12 +21,6 @@ body {
     justify-content: flex-start;
     /* 垂直 左对齐 */
     align-items: stretch;
-    .page-header {
-        order: 0;
-        flex-grow: 0;
-        flex-shrink: 0;
-        height: $pageHeaderHeight;
-    }
     .page-container {
         order: 1;
         flex-grow: 1;
@@ -67,358 +30,7 @@ body {
         /* 水平,从左到右 */
         justify-content: flex-start;
         /* 水平上对齐 */
-        .page-sidebar-wrapper {
-            width: $pageSidebarWidth;
-            // overflow: auto;
-            flex-grow: 0;
-            flex-shrink: 0;
-        }
-        .page-content-wrapper {
-            flex-grow: 1;
-            flex-shrink: 1;
-        }
-    }
-    .page-footer {
-        order: 2;
-        flex-grow: 0;
-        flex-shrink: 0;
-        height: $pageFooterHeight;
-        line-height: $pageFooterHeight;
-        text-align: center;
-        color: #6d6d6d;
-    }
-}
-
-#page-main .page-header {
-    display: flex;
-    flex-direction: row;
-    /* 水平, 从左向右 */
-    justify-content: flex-start;
-    /* 垂直 左对齐 */
-    .page-logo {
-        flex-grow: 0;
-        flex-shrink: 0;
-        padding-left: 20px;
-        padding-right: 20px;
-        width: 195px;
-        display: inline-flex;
-        flex-direction: row;
-        justify-content: space-between;
-        >a {
-            display: inline-block;
-            .logo-default {
-                margin: 18px 0 0;
-                height: 18px;
-            }
-        }
-        .menu-toggler.sidebar-toggler {
-            margin-top: 10.5px;
-        }
-    }
-    .data-menu {
-        flex-grow: 0;
-        flex-shrink: 1;
-        width: 240px;
-        height: 100%;
-        line-height: $pageHeaderHeight;
-        .data-menu-dropdown {
-            height: 100%;
-            line-height: $pageHeaderHeight;
-            font-size: 18px;
-        }
-        .el-select .el-input--suffix .el-input__inner {
-            height: 30px;
-            line-height: 30px;
-        }
-    }
-    .user-menu {
-        flex-grow: 1;
-        flex-shrink: 1;
-        margin: 0 20px 0 0;
-        padding: 0;
-        height: 100%;
-        display: inline-flex;
-        flex-direction: row-reverse;
-        .header-nav{
-            margin-right: 10px;
-            >li{
-                float: left;
-                width: 50px;
-                height: 50px;
-                padding: 0 4px;
-                box-sizing: border-box;
-            }
-        }
-        .user-menu-dropdown {
-            height: 100%;
-            line-height: $pageHeaderHeight;
-            font-size: 18px;
-            margin-left: 20px;
-        }
-    }
-}
-
-#page-main .page-container {
-    .page-sidebar-wrapper {
-        .el-menu {}
-    }
-}
-
-#page-main .page-container #page-sidebar-wrapper {
-    .sidebar-menu.el-menu {
-        border-right: none;
-        padding-bottom: 10px;
-        .el-submenu {
-            .el-menu-item {
-                height: $pageSidebarItemHeight;
-                line-height: $pageSidebarItemHeight;
-            }
-        }
-    }
-}
-
-
-/** sidebar 弹框 */
-
-.el-menu--vertical {
-    .el-menu.el-menu--popup.el-menu--popup-right-start {
-        .el-menu-item.sidebar-menu-item {
-            height: $pageSidebarItemHeight;
-            line-height: $pageSidebarItemHeight;
-        }
-    }
-}
-
-#page-main .page-container .page-content-wrapper {
-    margin: 0px 10px 10px 10px;
-    display: flex;
-    flex-direction: column;
-    justify-content: flex-start;
-    overflow: hidden;
-    .page-bar {
-        flex-grow: 0;
-        flex-shrink: 0;
-        height: 30px;
-        padding: 0 10px;
-        margin-bottom: 10px;
-        border-bottom: 1px solid #333;
-        .el-breadcrumb {
-            font-size: 14px;
-            line-height: 30px;
-        }
-    }
-    .page-content {
-        flex-grow: 1;
-        flex-shrink: 1;
-        overflow-y: auto;
-    }
-}
-
-// #page-main #page-container #page-content-wrapper .page-content.page-table-template {
-#page-main #page-container #page-content-wrapper .page-table-template {
-    // display: flex;
-    // flex-direction: column;
-    // justify-content: flex-start;
-    // align-items: stretch;
-    // flex-grow: 1;
-    // flex-shrink: 1;
-    height: 100%;
-    >.query-form {
-        flex-grow: 0;
-        flex-shrink: 0;
-    }
-    >.data-table {
-        // flex-grow: 1;
-        // flex-shrink: 1;
-        height: calc(100% - 54px);
-        // overflow-x: auto;
-        // overflow-y: auto;
-        background: #fff;
-        // margin-top: 10px;
-    }
-    >.data-table-pagination {
-        //     z-index: 99999;
-        margin-top: 10px;
-        //     flex-grow: 0;
-        //     flex-shrink: 0;
-        //     display: flex;
-        //     justify-content: flex-end;
-        text-align: right;
-        //     position: fixed;
-        //     bottom: 0;
-        //     background: #f2f2f2;
-        //     left: 242px;
-        //     right: 0;
-        //     padding-top: 10px;
-        //     padding-bottom: 10px;
-    }
-}
-
-#page-main #page-container #page-content-wrapper .page-content>.query-form {
-    padding: 5px 10px 0px 10px;
-    margin-bottom: 10px;
-    .el-form {
-        .el-form-item {
-            margin-bottom: 5px;
-            vertical-align: middle;
-            .el-form-item__label {
-                //min-width: 72px;
-            }
-            .el-form-item__content {
-                margin-left: 0px;
-            }
-        }
-        .halving_line {
-            width: 100%;
-            border-top: 1px solid #dfe6ec;
-        }
-    }
-}
-
-#page-main #page-container #page-content-wrapper .page-content .data-table {}
-
-// #page-main #page-container #page-content-wrapper .page-content  .data-table {
-.data-table {
-    position: relative;
-    >.el-table {
-        position: absolute;
-        .el-table__header-wrapper {
-            .el-table__header {
-                thead tr th {}
-            }
-        }
-        .el-table__body-wrapper {
-            .el-table__body {
-                tr td {
-                    padding: 6px 0;
-                    .cell {
-                        line-height: 20px;
-                    }
-                    &.btn {
-                        padding: 2px 0;
-                    }
-                }
-            }
-        }
-    }
-}
-
-#page-main #page-container #page-content-wrapper .page-content.input-form {
-    form {
-        max-width: 800px;
-        margin: 50px auto;
-        >.el-form-item {
-            margin-bottom: 18px;
-            >.el-form-item__label {
-                width: 180px;
-            }
-            >.el-form-item__content {
-                max-width: 600px;
-                margin-left: 180px;
-            }
-        }
-    }
-}
-
-#page-main.page-sidebar-closed {
-    .page-header {
-        .page-logo {
-            padding-left: 20px;
-            padding-right: 20px;
-            width: 20px;
-            >a {
-                display: none;
-            }
-        }
-    }
-    .page-container {
-        .page-sidebar-wrapper {
-            width: $pageSidebarClosedWidth;
-        }
-    }
-}
-
-// @media screen and (max-width: 1000px) {
-//     #page-main {
-//         .page-header {
-//             .page-logo {
-//                 padding-left: 20px;
-//                 padding-right: 20px;
-//                 width: 20px;
-//                 > a {
-//                     display: none;
-//                 }
-//             }
-//         }
-//         .page-container {
-//             .page-sidebar-wrapper {
-//                 width: $pageSidebarClosedWidth;
-//             }
-//         }
-//     }
-// }
-// @media screen and (max-width: 800px) {
-//     #page-main {
-//         .page-header {
-//             .page-logo {
-//                 display: none;
-//             }
-//         }
-//         .page-container {
-//             display: flex;
-//             flex-direction: column;
-//             justify-content: flex-start;
-//             .page-sidebar-wrapper {
-//                 width: 100%;
-//             }
-//         }
-//     }
-// }
-// @media screen and (max-height: 700px) {
-//     #page-main {
-//         .page-footer {
-//             display: none;
-//         }
-//     }
-// }
-.content-scrollbar {
-    height: calc(100vh - 33px);
-    background: #364150;
-    .el-scrollbar__bar {
-        &.is-vertical {
-            display: none;
-        }
-    }
-}
-
-#page-main #page-container #page-content-wrapper .box {
-    display: flex;
-    flex-direction: column;
-    .el-tabs {
-        flex-grow: 1;
-        flex-shrink: 1;
-        display: flex;
-        flex-direction: column;
-        .el-tabs__header {
-            flex-grow: 0;
-            flex-shrink: 0;
-        }
-        .el-tabs__content {
-            flex-grow: 1;
-            flex-shrink: 1;
-            display: flex;
-            flex-direction: column;
-            .el-tab-pane {
-                height: 100%;
-                // flex-grow: 1;
-                // flex-shrink: 1;
-                display: flex;
-                flex-direction: column;
-                // // > div {
-                // //     flex-grow: 1;
-                // //     flex-shrink: 1;
-                // // }
-            }
-        }
+        background: #F7F9FA;
+        overflow: hidden;
     }
 }

+ 0 - 106
src/framework/style/theme.scss

@@ -1,106 +0,0 @@
-$colorWhite: #fff;
-
-$pageHeaderBackground: #2b3643;
-.body {
-    color: #333;
-}
-#app #page-main {
-    .page-header {
-        background: $pageHeaderBackground;
-
-        .page-logo {
-            .menu-toggler.sidebar-toggler {
-                color: $colorWhite;
-            }
-        }
-
-        .data-menu {
-            .data-menu-dropdown {
-                color: $colorWhite;
-            }
-            .el-select .el-input--suffix .el-input__inner {
-                background: #e3e4e6;
-            }
-        }
-        .user-menu {
-            .user-menu-dropdown {
-                color: $colorWhite;
-            }
-        }
-    }
-
-    #page-container {
-        background: #f2f2f2;
-        overflow: hidden;
-        #page-sidebar-wrapper {
-            color: azure;
-            background-color: #364150;
-            .sidebar-menu.el-menu {
-                background: #364150;
-
-                .sidebar-menu-submenu.el-submenu {
-                    &.is-active>.el-submenu__title {
-                        background: #36c6d3 !important;
-                        color: $colorWhite !important;
-                    }
-                    .el-submenu__title {
-                        height: 40px;
-                        line-height: 40px;
-                        &:hover {
-                            background: #000;
-                        }
-                    }
-                }
-                .sidebar-menu-item.el-menu-item {
-                    height: 40px;
-                    line-height: 40px;
-                    &:hover {
-                        background: #000;
-                    }
-                    &.is-active {
-                        background: #36c6d3 !important;
-                        color: $colorWhite !important;
-                    }
-                }
-            }
-        }
-        .page-content-wrapper {
-            .page-content {
-                .query-form {
-                    border: 1px solid #dfe6ec;
-                    background-color: $colorWhite;
-                }
-                .data-table {
-                    .el-table__header-wrapper {
-                        .el-table__header {
-                            thead tr th {
-                                background-color: #d9d9d9;
-                                color: #000;
-                            }
-                        }
-                    }
-                }
-            }
-        }
-    }
-
-    .page-footer {
-        background: #28303b;
-    }
-}
-
-.el-menu--vertical {
-    .el-menu.el-menu--popup.el-menu--popup-right-start {
-        .el-menu-item.sidebar-menu-item.is-active {
-            background: #36c6d3 !important;
-            color: $colorWhite !important;
-        }
-    }
-}
-
-.sidebar-menu-item.el-menu-item,
-.sidebar-menu-submenu.el-submenu .el-submenu__title {
-    i {
-        color: $colorWhite;
-    }
-}

+ 0 - 1
src/main.js

@@ -8,7 +8,6 @@ import 'element-ui/lib/theme-chalk/base.css';
 import CollapseTransition from 'element-ui/lib/transitions/collapse-transition';
 import ElementUI from 'element-ui'
 import 'element-ui/lib/theme-chalk/index.css'
-import './framework/style/awesome.less'
 Vue.use(ElementUI, { size: "small", zIndex: 1000 })
 
 Vue.component(CollapseTransition.name, CollapseTransition)

+ 37 - 20
src/router/system.js

@@ -8,36 +8,53 @@ import test from '@/components/test'
 import modelFile from '@/views/model/file'
 
 export default [{
-  path: '/',
-  name: '',
-  component: LayoutMain,
-  children: [
-    {path: '', name: 'blank', component: Dasboard}
-  ]
-},
+    path: '/',
+    name: '',
+    component: LayoutMain,
+    children: [{
+      path: '',
+      name: 'login',
+      component: login
+    }]
+  },
+  // 首页
+  {
+    path: '/index',
+    name: 'LayoutMain',
+    component: LayoutMain,
+    children: [{
+        path: '',
+        name: 'login',
+        component: login
+      }
+    ]
+  },
+  {
+    path: '/test',
+    name: 'test',
+    component: test,
+  },
   //模型管理
   {
     path: '/model',
     name: 'LayoutMain',
     component: LayoutMain,
-    children: [
-      {path: '', name: 'modelFile', component: modelFile},
+    children: [{
+        path: '',
+        name: 'modelFile',
+        component: modelFile
+      },
       {
         path: 'file',
         name: 'modelFile',
         component: modelFile,
-        meta: {keepAlive: false, breadcrumbs: [{label: '模型管理', path: '/model/file'}, {label: '模型文件管理'}]}
+        meta: {
+          path: 'file',
+          name: 'modelFile',
+          component: modelFile,
+          meta: { keepAlive: false, breadcrumbs: [{ label: '模型管理', path: '/model/file' }, { label: '模型文件管理' }]}
+        },
       },
     ]
   },
-  {
-    path: '/login',
-    name: 'login',
-    component: login,
-  },
-  {
-    path: '/test',
-    name: 'test',
-    component: test,
-  },
 ]

+ 1 - 4
src/store/modules/layout-store.js

@@ -9,9 +9,8 @@ const KEY_PAGE_BRANDCRUMB = 'page_brandcrumb'
 export default {
   namespaced: true,
     state: {
-      sidebarClosed: false,
       sidebarSelected: '', // sidebar选中的选项
-      userInfo: null, //{ username: 'admin' },
+      userInfo: { username: 'admin' }, //null,
       permissions: {
         "system:role:delete": true,
         "system:role:create": true,
@@ -26,7 +25,6 @@ export default {
       userId: "", //用户id
     },
     getters: {
-      sidebarClosed: state => state.sidebarClosed,
       secret: state => state.secret,
       userId: state => state.userId,
       sidebarSelected: state => {
@@ -63,7 +61,6 @@ export default {
       }
     },
     mutations: {
-      setSidebarClosed: (state, val) => (state.sidebarClosed = val),
       setSidebarSelected: (state, val) => {
         state.sidebarSelected = val
         storage.set(KEY_MENU_SELECTED, val)