Merge branch 'hotfix/update_doc_src'

Former-commit-id: 65b3ae6bccb748980ca956155c0dec6c12b4c547 [formerly 65b3ae6bccb748980ca956155c0dec6c12b4c547 [formerly 65b3ae6bccb748980ca956155c0dec6c12b4c547 [formerly 65b3ae6bccb748980ca956155c0dec6c12b4c547 [formerly 785dbcfa1443fee3cf5b15aaca03f96135f422fa [formerly 582c297f1d5c5b8f844220b21f7e04048b663dfc]]]]]
Former-commit-id: 568abc5570db97b2143b5401874069edffdac91b
Former-commit-id: 652bac5ffb85d55dd947d2ae7303b00bc96d6d11
Former-commit-id: 49e9dc6a9941d884a4586e2ad327d8f4d87c2f33 [formerly d35f9a4ad45698d6be4b484e427cc0c0682e3251]
Former-commit-id: 8ce95f5c26ffea4dcf83bc279cb91377faa3806b
Former-commit-id: 45bce1735b61357ed9b1f1fda42058cd5d9046b6
Former-commit-id: 80949aa96430ebc65399fd4c2b02cef8e59bd915
Former-commit-id: 81cea179b188f22dac31e3db7643f9968b080156
Former-commit-id: 839b0dc8aedd9245b6e431d9e7a889490659e45c
This commit is contained in:
孙昊翔
2018-09-03 11:05:20 +08:00
8 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
" 可选 type = full(默认) | card | ghost",
" 可选 better-scroll 属性",
" 可选 better-scroll-option 属性",
" 文档 http://app.d3collection.cn/d2-admin-doc/lastest/zh/components/container.html",
" 文档 https://d2-projects.github.io/d2-admin-doc/zh/components/container.html",
" -->",
" <template slot=\"header\">header</template>",
" <span class=\"${1:page-name}_title\">this is [ {{name}} ]</span>",

View File

@@ -9,7 +9,7 @@
" 可选 type = full(默认) | card | ghost",
" 可选 better-scroll 属性",
" 可选 better-scroll-option 属性",
" 文档 http://app.d3collection.cn/d2-admin-doc/lastest/zh/components/container.html",
" 文档 https://d2-projects.github.io/d2-admin-doc/zh/components/container.html",
" -->",
" <template slot=\"header\">header</template>",
" <span class=\"${1:page-name}_title\">this is [ {{name}} ]</span>",

View File

@@ -171,7 +171,7 @@
<div class="d2-app-loading-sub-info">如果很久很久都没有加载成功,请清空缓存重新加载页面</div>
<div style="margin-top: 10px;">
<a class="d2-app-loading-btn" href="https://github.com/d2-projects/d2-admin" target="blank">Github仓库</a>
<a class="d2-app-loading-btn" href="http://app.d3collection.cn/d2-admin-doc/lastest/zh/" target="blank">中文文档</a>
<a class="d2-app-loading-btn" href="https://d2-projects.github.io/d2-admin-doc/zh/" target="blank">中文文档</a>
</div>
</div>
</div>

View File

@@ -14,7 +14,7 @@ export default {
src: {
type: String,
required: false,
default: 'http://app.d3collection.cn/d2-admin-doc/lastest/zh/'
default: 'https://d2-projects.github.io/d2-admin-doc/zh/'
}
}
}

View File

@@ -1,3 +1,3 @@
<template>
<d2-container-frame src="http://app.d3collection.cn/d2-admin-doc/lastest/zh/"/>
<d2-container-frame src="https://d2-projects.github.io/d2-admin-doc/zh/"/>
</template>

View File

@@ -15,7 +15,7 @@
<d2-icon name="github" class="d2-mr-5"/>
主页
</el-button>
<el-button @click="$open('http://app.d3collection.cn/d2-admin-doc/lastest/zh/')">
<el-button @click="$open('https://d2-projects.github.io/d2-admin-doc/zh/')">
<d2-icon name="book" class="d2-mr-5"/>
中文文档
</el-button>

View File

@@ -7,7 +7,7 @@
<template slot="footer">
<div class="page__btn-group">
<span @click="$open('https://github.com/d2-projects')">项目组</span> |
<span @click="$open('http://app.d3collection.cn/d2-admin-doc/lastest/zh/')">使用文档</span> |
<span @click="$open('https://d2-projects.github.io/d2-admin-doc/zh/')">使用文档</span> |
<span @click="$open('https://github.com/d2-projects/d2-admin-start-kit')">简化版脚手架</span> |
<span @click="$open('https://alibaba.github.io/ice/scaffold?type=vue')">飞冰物料</span> |
<span @click="$open('https://juejin.im/user/57a48b632e958a006691b946/posts')">掘金专栏</span> |

View File

@@ -43,7 +43,7 @@ export default {
versionShow (state) {
util.log.capsule('D2Admin', `v${state.version}`)
console.log('Github https://github.com/d2-projects/d2-admin')
console.log('Doc http://app.d3collection.cn/d2-admin-doc/lastest/zh/')
console.log('Doc https://d2-projects.github.io/d2-admin-doc/zh/')
},
/**
* @description 设置是否有新的 D2Admin 版本