1d4fb121 by unknown

'20191204'

1 parent 6986fdc7
<!--
* @Author: jiangbotao
* @Date: 2019-12-12 17:39:25
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-14 10:22:48
* @FilePath: \supermapvue\index.html
-->
<!DOCTYPE html>
<html>
<head>
......
......@@ -2,7 +2,7 @@
* @Author: jiangbotao
* @Date: 2019-12-12 17:40:15
* @LastEditors: jiangbotao
* @LastEditTime: 2019-12-14 00:01:58
* @LastEditTime: 2019-12-14 10:21:51
* @FilePath: \mymapbox\src\App.vue
-->
<template>
......@@ -13,8 +13,7 @@
theme="dark"
mode="horizontal"
:defaultSelectedKeys="['2']"
:style="{ lineHeight: '64px' }"
>
:style="{ lineHeight: '64px' }">
</a-menu>
</a-layout-header>
<a-layout>
......@@ -38,7 +37,7 @@ export default {
name: 'App',
data() {
return {
collapsed: false,
collapsed: true,
};
},
components: { MyMenu },
......