Commit c4ca9d70 authored by 智勇's avatar 智勇

readme

parent 76c12c99
......@@ -212,6 +212,20 @@ cd /home/qa-deploy-utils/
git pull
```
## 172.30.220.22重启了怎么办
```
# 启动mongo
sh /home/quant_group/restart_mongo.sh
# 启动redis
sh /home/quant_group/restart_redis.sh
# 启动qa-api
sh /home/quant_group/qa-api/start.sh
启动 tke-eos
sh /home/quant_group/tke-eos/start.sh
sh /home/quant_group/BlackPearl/start.sh
sh /home/quant_group/MrTian/start.sh
```
## k8s参考
- 《kubernetes权威指南》 公司图书馆有这本书
- [k8s官方文档](https://kubernetes.io/docs/home/)
......
......@@ -572,7 +572,7 @@ export default {
this.tagOptions = []
this.is_show = false
this.is_wechat = false
this.is_mock = false
this.is_mock = label === 'java'
this.debug = { key: '"0"', display_name: '' }
this.wechat = { key: '"0"', display_name: '' }
this.mock = { key: '"0"', display_name: '' }
......@@ -587,7 +587,6 @@ export default {
this.is_show = realName === 'mysql'
this.is_wechat = realName === 'h5-ui'
// this.is_mock = realName === 'gu-bei' || realName === 'clotho' || realName === 'ploutos' || realName === 'mo-clotho' || realName === 'koala'
this.is_mock = true
this.mock = { key: '"0"', display_name: '' }
this.wechat = { key: '"0"', display_name: '' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment