update demo url
This commit is contained in:
parent
56b37afd5e
commit
7c90b6f3bd
|
@ -1,5 +1,5 @@
|
|||
# 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)
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# 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 ##
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<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="keywords" content="vue.js, wms, vue2, 后台模板, 管理系统, element" />
|
||||
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />
|
||||
|
@ -10,14 +10,14 @@
|
|||
<body>
|
||||
<div id="app"></div>
|
||||
<!--<script src="./static/js/vendor.dll.js"></script>-->
|
||||
<script>
|
||||
<!-- <script>
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
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];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</script> -->
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -16,9 +16,9 @@
|
|||
"vue": "^2.3.2",
|
||||
"vue-core-image-upload": "2.1.11",
|
||||
"vue-datasource": "1.0.9",
|
||||
"vue-schart": "^0.1.2",
|
||||
"vue-quill-editor": "2.1.6",
|
||||
"vue-router": "^2.3.1",
|
||||
"vue-schart": "^0.1.2",
|
||||
"vue-simplemde": "0.3.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -53,15 +53,15 @@
|
|||
],
|
||||
options1: {
|
||||
title: '某商店近年营业总额',
|
||||
bgColor: '#829dda',
|
||||
bgColor: '#009688',
|
||||
titleColor: '#ffffff',
|
||||
fillColor: '#72f6ff',
|
||||
axisColor: '#eeeeee',
|
||||
contentColor: '#bbbbbb'
|
||||
fillColor: '#e0f2f1',
|
||||
axisColor: '#ffffff',
|
||||
contentColor: '#999'
|
||||
},
|
||||
options2: {
|
||||
title: '某商店各商品年度销量',
|
||||
bgColor: '#829dca',
|
||||
bgColor: '#607d8b',
|
||||
titleColor: '#ffffff',
|
||||
legendColor: '#ffffff'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue