From ae7549b4e6918c8603b0a686229e78920065be0d Mon Sep 17 00:00:00 2001 From: "KyleBing(MBP14)" Date: Thu, 18 Jan 2024 11:19:35 +0800 Subject: [PATCH] https -> http --- js/Global.js | 4 ++-- view/config/config.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/Global.js b/js/Global.js index ee3f9a1..67f5d8c 100644 --- a/js/Global.js +++ b/js/Global.js @@ -1,7 +1,7 @@ const IS_IN_DEVELOP = false // 生产 // const IS_IN_DEVELOP = true // 开发 -const DEFAULT_BASE_URL = 'https://kylebing.cn/portal/' +const DEFAULT_BASE_URL = 'http://kylebing.cn/portal/' // const BASE_URL = 'http://localhost:3000/' const IS_REQUEST_LOCAL = false // 同步请求,请求线上 @@ -14,7 +14,7 @@ const CONFIG_FILE_PATH = 'wubi-dict-editor' // 配置文件存放的目录 const DEFAULT_CONFIG = { initFileName: 'wubi86_jidian_user.dict.yaml' , // 初始文件信息 - baseURL: 'https://kylebing.cn/portal/', // BASE_URL + baseURL: 'http://kylebing.cn/portal/', // BASE_URL autoDeployOnAdd: false , // 添词后 是否自动布署 autoDeployOnDelete: false , // 删词后 是否自动布署 autoDeployOnEdit: false , // 编辑词条后 是否自动布署 diff --git a/view/config/config.html b/view/config/config.html index cde180a..179472e 100644 --- a/view/config/config.html +++ b/view/config/config.html @@ -252,7 +252,7 @@

10. 请求地址

11. 同步

-
同步用户词库,账号请前往 https://kylebing.cn/diary 注册
+
同步用户词库,账号请前往 http://kylebing.cn/diary 注册