Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
jgdl
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-12 09:21:37 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63471798c15714bc41b8486c0830840a679a1988
63471798
1 parent
bb2e4168
fix: 切换BASE_URL到正式服务器环境
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/utils/config.js
src/utils/config.js
View file @
6347179
/*
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
7-08 17:44:47
* @LastEditTime: 2025-0
8-12 09:21:10
* @FilePath: /jgdl/src/utils/config.js
* @Description: 文件描述
*/
// TAG:服务器环境配置
const
BASE_URL
=
"https://oa-dev.onwall.cn"
;
// 测试服务器
//
const BASE_URL = "https://oa.onwall.cn"; // 正式服务器
//
const BASE_URL = "https://oa-dev.onwall.cn"; // 测试服务器
const
BASE_URL
=
"https://oa.onwall.cn"
;
// 正式服务器
export
default
BASE_URL
...
...
Please
register
or
login
to post a comment