diff --git a/README.es.md b/README.es.md index 472adb60..4cca22fc 100644 --- a/README.es.md +++ b/README.es.md @@ -72,7 +72,12 @@ Entendiendo y aprendiendo esto pudiera ayudarle con su proyecto. Sea un patrocinante y coloque su logo en nuestro LEEME en GitHub con un enlace directo a su sitio web. [[Se un Patrocinante]](https://www.patreon.com/panjiachen) -

Plantilla de Dashboard de administración hecha con Vue, React y Angular.

+### Akveo +

Java backend integration

+ +### Flatlogic + +

Admin Dashboard Templates made with Vue, React and Angular.

## Características diff --git a/README.ja.md b/README.ja.md index 7e23674b..4ea2458d 100644 --- a/README.ja.md +++ b/README.ja.md @@ -69,6 +69,11 @@ Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen) +### Akveo +

Java backend integration

+ +### Flatlogic +

Admin Dashboard Templates made with Vue, React and Angular.

## 機能一覧 diff --git a/README.md b/README.md index 754c5963..acf9bfa6 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ Understanding and learning this knowledge in advance will greatly help the use o Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen) +### Akveo +

Java backend integration

+ +### Flatlogic +

Admin Dashboard Templates made with Vue, React and Angular.

## Features diff --git a/README.zh-CN.md b/README.zh-CN.md index cb6fd073..5d1687ff 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -87,8 +87,14 @@ Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor]](https://www.patreon.com/panjiachen) +### Akveo +

Java 后端整合

+ +### Flatlogic +

Admin Dashboard Templates made with Vue, React and Angular.

+ ## 功能 ``` diff --git a/src/components/Tinymce/index.vue b/src/components/Tinymce/index.vue index bde7af50..8993d278 100644 --- a/src/components/Tinymce/index.vue +++ b/src/components/Tinymce/index.vue @@ -211,10 +211,7 @@ export default { window.tinymce.get(this.tinymceId).getContent() }, imageSuccessCBK(arr) { - const _this = this - arr.forEach(v => { - window.tinymce.get(_this.tinymceId).insertContent(``) - }) + arr.forEach(v => window.tinymce.get(this.tinymceId).insertContent(``)) } } } diff --git a/src/utils/permission.js b/src/utils/permission.js index 221d3842..8e2bbada 100644 --- a/src/utils/permission.js +++ b/src/utils/permission.js @@ -13,11 +13,7 @@ export default function checkPermission(value) { const hasPermission = roles.some(role => { return permissionRoles.includes(role) }) - - if (!hasPermission) { - return false - } - return true + return hasPermission } else { console.error(`need roles! Like v-permission="['admin','editor']"`) return false diff --git a/src/views/dashboard/admin/components/BoxCard.vue b/src/views/dashboard/admin/components/BoxCard.vue index 4bd0532d..1ec1d378 100644 --- a/src/views/dashboard/admin/components/BoxCard.vue +++ b/src/views/dashboard/admin/components/BoxCard.vue @@ -15,7 +15,7 @@
- Css + CSS
diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue index d3f77468..09f5951b 100644 --- a/src/views/documentation/index.vue +++ b/src/views/documentation/index.vue @@ -1,5 +1,6 @@