diff --git a/README.md b/README.md index d19bb898..27234ec7 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@

- vue + vue - element-ui + element-ui Build Status diff --git a/README.zh-CN.md b/README.zh-CN.md index 4438bda8..4d136c84 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -38,6 +38,8 @@ - [Gitee](https://panjiachen.gitee.io/vue-element-admin/) 国内用户可访问该地址在线预览 +- [国内访问文档](https://panjiachen.gitee.io/vue-element-admin-site/zh/) 方便没翻墙的用户查看文档 + **本项目的定位是后台集成方案,不适合当基础模板来开发。** - 模板建议使用: [vue-admin-template](https://github.com/PanJiaChen/vue-admin-template) diff --git a/config/index.js b/config/index.js index 3033f9be..599e4a63 100644 --- a/config/index.js +++ b/config/index.js @@ -60,7 +60,7 @@ module.exports = { * then assetsPublicPath should be set to "/bar/". * In most cases please use '/' !!! */ - assetsPublicPath: '/vue-element-admin/', // If you are deployed on the root path, please use '/' + assetsPublicPath: '/', /** * Source Maps diff --git a/package.json b/package.json index 8d9789fa..7b81aeb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-element-admin", - "version": "3.8.0", + "version": "3.8.1", "description": "A magical vue admin. Typical templates for enterprise applications. Newest development stack of vue. Lots of awesome features", "author": "Pan ", "license": "MIT", diff --git a/src/views/documentation/index.vue b/src/views/documentation/index.vue index 53de7b55..d40c2b67 100644 --- a/src/views/documentation/index.vue +++ b/src/views/documentation/index.vue @@ -2,6 +2,7 @@

{{ $t('documentation.documentation') }} {{ $t('documentation.github') }} + 国内文档