update demo url
This commit is contained in:
parent
56b37afd5e
commit
7c90b6f3bd
|
@ -1,5 +1,5 @@
|
||||||
# manage-system #
|
# manage-system #
|
||||||
基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。[线上地址](http://work.omwteam.com/)
|
基于Vue.js 2.x系列 + Element UI 的后台管理系统解决方案。[线上地址](http://blog.gdfengshuo.com/example/work/)
|
||||||
|
|
||||||
[English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md)
|
[English document](https://github.com/lin-xin/manage-system/blob/master/README_EN.md)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# manage-system #
|
# manage-system #
|
||||||
The web management system solution based on Vue2 and Element-UI。[live demo](http://work.omwteam.com/)
|
The web management system solution based on Vue2 and Element-UI。[live demo](http://blog.gdfengshuo.com/example/work/)
|
||||||
|
|
||||||
|
|
||||||
## Preface ##
|
## Preface ##
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>manage-system</title>
|
<title>vue-manage-system | 基于Vue 的后台管理系统</title>
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
|
||||||
<meta name="keywords" content="vue.js, wms, vue2, 后台模板, 管理系统, element" />
|
<meta name="keywords" content="vue.js, wms, vue2, 后台模板, 管理系统, element" />
|
||||||
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
|
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
|
||||||
|
@ -10,14 +10,14 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<!--<script src="./static/js/vendor.dll.js"></script>-->
|
<!--<script src="./static/js/vendor.dll.js"></script>-->
|
||||||
<script>
|
<!-- <script>
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
var hm = document.createElement("script");
|
var hm = document.createElement("script");
|
||||||
hm.src = "https://hm.baidu.com/hm.js?1ad0a5c62a113bb874be8bb514b0a70d";
|
hm.src = "https://hm.baidu.com/hm.js?1c343a080809502ac823823ae4c9ffe3";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script> -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -16,9 +16,9 @@
|
||||||
"vue": "^2.3.2",
|
"vue": "^2.3.2",
|
||||||
"vue-core-image-upload": "2.1.11",
|
"vue-core-image-upload": "2.1.11",
|
||||||
"vue-datasource": "1.0.9",
|
"vue-datasource": "1.0.9",
|
||||||
"vue-schart": "^0.1.2",
|
|
||||||
"vue-quill-editor": "2.1.6",
|
"vue-quill-editor": "2.1.6",
|
||||||
"vue-router": "^2.3.1",
|
"vue-router": "^2.3.1",
|
||||||
|
"vue-schart": "^0.1.2",
|
||||||
"vue-simplemde": "0.3.8"
|
"vue-simplemde": "0.3.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -53,15 +53,15 @@
|
||||||
],
|
],
|
||||||
options1: {
|
options1: {
|
||||||
title: '某商店近年营业总额',
|
title: '某商店近年营业总额',
|
||||||
bgColor: '#829dda',
|
bgColor: '#009688',
|
||||||
titleColor: '#ffffff',
|
titleColor: '#ffffff',
|
||||||
fillColor: '#72f6ff',
|
fillColor: '#e0f2f1',
|
||||||
axisColor: '#eeeeee',
|
axisColor: '#ffffff',
|
||||||
contentColor: '#bbbbbb'
|
contentColor: '#999'
|
||||||
},
|
},
|
||||||
options2: {
|
options2: {
|
||||||
title: '某商店各商品年度销量',
|
title: '某商店各商品年度销量',
|
||||||
bgColor: '#829dca',
|
bgColor: '#607d8b',
|
||||||
titleColor: '#ffffff',
|
titleColor: '#ffffff',
|
||||||
legendColor: '#ffffff'
|
legendColor: '#ffffff'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue