diff --git a/README.md b/README.md index fbfa4e48..455adae6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The following access addresses are built and deployed by the latest master branc ## Document -[document on https://d2.pub](https://d2.pub/zh/doc/d2-admin/) +[document on https://d2.pub](https://d2.pub/doc/d2-admin/) ## Features diff --git a/README.zh.md b/README.zh.md index 192eea8e..c67e75d1 100644 --- a/README.zh.md +++ b/README.zh.md @@ -36,7 +36,7 @@ ## 文档 -[在 https://d2.pub 上的本项目文档](https://d2.pub/zh/doc/d2-admin/) +[在 https://d2.pub 上的本项目文档](https://d2.pub/doc/d2-admin/) ## 功能 diff --git a/src/components/d2-container-frame/index.vue b/src/components/d2-container-frame/index.vue index cd2200fd..a0d37610 100644 --- a/src/components/d2-container-frame/index.vue +++ b/src/components/d2-container-frame/index.vue @@ -14,7 +14,7 @@ export default { src: { type: String, required: false, - default: 'https://d2.pub/zh/doc/d2-admin' + default: 'https://d2.pub/doc/d2-admin' } } } diff --git a/src/locales/mixin.js b/src/locales/mixin.js index 4750f718..fe4f9c6c 100644 --- a/src/locales/mixin.js +++ b/src/locales/mixin.js @@ -7,7 +7,7 @@ export default { message = [ `当前语言:${this.$t('_name')} [ ${this.$i18n.locale} ]`, '仅提供切换功能,没有配置具体的语言数据 ', - '文档参考:《国际化 | D2Admin》' + '文档参考:《国际化 | D2Admin》' ].join('
') } this.$notify({ diff --git a/src/store/modules/d2admin/modules/releases.js b/src/store/modules/d2admin/modules/releases.js index 721201a0..31e12faf 100644 --- a/src/store/modules/d2admin/modules/releases.js +++ b/src/store/modules/d2admin/modules/releases.js @@ -10,7 +10,7 @@ export default { versionShow () { util.log.capsule('D2Admin', `v${process.env.VUE_APP_VERSION}`) console.log('D2 Admin https://github.com/d2-projects/d2-admin') - console.log('Document https://d2.pub/zh/doc/d2-admin') + console.log('Document https://d2.pub/doc/d2-admin') console.log('请不要吝啬您的 star,谢谢 ~') } } diff --git a/src/views/demo/playground/frame/d2-doc/index.vue b/src/views/demo/playground/frame/d2-doc/index.vue index 2349090b..82e9b26b 100644 --- a/src/views/demo/playground/frame/d2-doc/index.vue +++ b/src/views/demo/playground/frame/d2-doc/index.vue @@ -1,3 +1,3 @@ diff --git a/src/views/demo/playground/locales/index.vue b/src/views/demo/playground/locales/index.vue index f15019ed..d7da8fe5 100644 --- a/src/views/demo/playground/locales/index.vue +++ b/src/views/demo/playground/locales/index.vue @@ -17,6 +17,6 @@ + link="https://d2.pub/doc/d2-admin/locales"/> diff --git a/src/views/system/index/components/d2-help/index.vue b/src/views/system/index/components/d2-help/index.vue index f8fb6ddf..2f1b7d9a 100644 --- a/src/views/system/index/components/d2-help/index.vue +++ b/src/views/system/index/components/d2-help/index.vue @@ -14,7 +14,7 @@ 这里有一些参考资料 - + 文档 diff --git a/src/views/system/index/index.vue b/src/views/system/index/index.vue index a6fde3a8..84039040 100644 --- a/src/views/system/index/index.vue +++ b/src/views/system/index/index.vue @@ -5,7 +5,7 @@