This commit is contained in:
Jacky 2021-03-29 18:21:46 +08:00
parent 0493f8581e
commit 00f0845f3f
2 changed files with 2 additions and 2 deletions

View file

@ -236,7 +236,7 @@ export default {
this.$message.info("请注意,当前配置中 server_name 必须为需要申请证书的域名,否则无法申请", 5)
this.$message.info("正在申请,请稍后")
this.ws = new WebSocket(this.getWebSocketRoot() + "/cert/issue/" + this.config.server_name
+ "?token=" + process.env["VUE_APP_API_WSS_TOKEN"])
+ "?token=" + btoa(this.$store.state.user.token))
this.ws.onopen = () => {
this.ws.send("ping")

View file

@ -1 +1 @@
{"version":"0.1.0","build_id":20}
{"version":"0.1.0","build_id":21}