Commit 4facea09 by 王昆

gsb

parent 87a1551d
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
5、利用k8s上线镜像为运行容器(这一步后续会实现为自动化) 5、利用k8s上线镜像为运行容器(这一步后续会实现为自动化)
项目版本号段分配 项目版本号段分配
17. xggweb release-v17.x.x 17. xggweb release-v17.x.x
后续号端请继续补充 后续号端请继续补充
查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】 查看自己项目号段到达的数字,执行git tag | grep v【号段前缀】
......
...@@ -105,7 +105,8 @@ class xggApplet extends AppletBase { ...@@ -105,7 +105,8 @@ class xggApplet extends AppletBase {
return { return {
code : 1, code : 1,
data: { data: {
telphone: "15235755003或15210210265", telphone: "15235755003",
telphones: ["15235755003","15210210265"],
isAuditor: user.isAuditor isAuditor: user.isAuditor
} }
}; };
......
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