Skip to content

Commit

Permalink
更新package
Browse files Browse the repository at this point in the history
  • Loading branch information
初志鑫 committed May 9, 2020
1 parent 1d2dced commit a59b089
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
8 changes: 5 additions & 3 deletions README_DClOUD.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

## 更新日志

## 2020/05/08 添加 stylelint order 自动排序 scss 加快浏览器渲染速度
## 2020/05/09 添加 gzip 压缩选项 加快浏览器访问速度

## [演示地址 1: vue-admin-beautiful(经常被攻击,多刷新几次) ](http://chu1204505056.gitee.io/vue-admin-beautiful)
## [演示地址 0: vue-admin-beautiful (群成员提供访问速度很快)](http://mpfhrd48.sanxing.uz7.cn)

## [演示地址 1: vue-admin-beautiful ](http://chu1204505056.gitee.io/vue-admin-beautiful)

## [演示地址 2: vue-admin-beautiful ](http://chu1204505056.gitee.io/vue-admin-beautiful-2)

## [演示地址 3: vue-admin-beautiful ](http://chu1204505056.gitee.io/vue-admin-beautiful-3)

## [演示地址 4(服务稳定,但访问速度较慢): vue-admin-beautiful ](https://chuzhixin.github.io/vue-admin-beautiful)
## [演示地址 4: vue-admin-beautiful ](https://chuzhixin.github.io/vue-admin-beautiful)

## ★★★ ☝☝☝ 演示地址,在上方直接点击登录即可!★★★

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
]
},
"dependencies": {
"animate.css": "^3.7.2",
"animate.css": "^4.0.0",
"axios": "^0.19.2",
"clipboard": "^2.0.6",
"codemirror": "^5.53.2",
Expand Down Expand Up @@ -85,7 +85,7 @@
"chokidar": "^3.4.0",
"compression-webpack-plugin": "^3.1.0",
"connect": "^3.7.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"filemanager-webpack-plugin": "^2.0.5",
Expand Down
7 changes: 1 addition & 6 deletions src/layouts/components/AppMain/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@ export default {
},
created() {},
mounted() {
this.$nextTick(() => {
this.show = true;
setTimeout(() => {
this.show = false;
}, 400);
});
this.show = false;
},
methods: {},
};
Expand Down

0 comments on commit a59b089

Please sign in to comment.