api-gateway
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
let dateFns = require('date-fns')
|
||||
|
||||
module.exports = {
|
||||
title: 'Kuboard官网_Kubernetes管理界面',
|
||||
title: 'Kuboard官网',
|
||||
description: '一款Kubernetes_Dashboard_简化Kubernetes的学习和使用_帮助您快速落地Kubernetes_提供_Kubernetes_免费中文教程_国内安装文档',
|
||||
head: [
|
||||
['meta', {name: 'keywords', content: 'Kubernetes教程,Kubernetes安装,K8S教程,K8S安装,Kubernetes管理界面'}],
|
||||
@@ -360,6 +360,8 @@ module.exports = {
|
||||
'k8s-practice/ocp/redis',
|
||||
'k8s-practice/ocp/auth-server',
|
||||
'k8s-practice/ocp/user-center',
|
||||
'k8s-practice/ocp/api-gateway',
|
||||
'k8s-practice/ocp/back-center',
|
||||
]
|
||||
},
|
||||
]
|
||||
|
||||
@@ -10,6 +10,12 @@
|
||||
<Vssue ref="vssue" :title="$page.path" :options="options"/>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
(function(){
|
||||
var src = "https://jspassport.ssl.qhimg.com/11.0.1.js?d182b3f28525f2db83acfaaf6e696dba";
|
||||
document.write('<script src="' + src + '" id="sozz"><\/script>');
|
||||
})();
|
||||
</script>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user