Skip to content

Commit

Permalink
https -> http
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleBing committed Jan 18, 2024
1 parent ffd7c45 commit ae7549b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/Global.js
Original file line number Diff line number Diff line change
@@ -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 // 同步请求,请求线上
Expand All @@ -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 , // 编辑词条后 是否自动布署
Expand Down
2 changes: 1 addition & 1 deletion view/config/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ <h3>10. 请求地址</h3>
<section>
<div class="section-title">
<h3>11. 同步</h3>
<div class="desc">同步用户词库,账号请前往 <a target="_blank" href="https://kylebing.cn/diary">https://kylebing.cn/diary</a> 注册</div>
<div class="desc">同步用户词库,账号请前往 <a target="_blank" href="http://kylebing.cn/diary">http://kylebing.cn/diary</a> 注册</div>
</div>
<div class="section-content">
<div class="login-panel">
Expand Down

0 comments on commit ae7549b

Please sign in to comment.