Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
GaoQuIncubator
Commits
7d476d52
Commit
7d476d52
authored
May 26, 2025
by
lei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:setting
parent
ae176f56
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.env.production
.env.production
+2
-2
settings.js
config/settings.js
+2
-2
No files found.
.env.production
View file @
7d476d52
...
...
@@ -4,6 +4,6 @@ ENV = 'production'
# 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http
# 如果接口是 http 形式, wss 需要改为 ws
#
VUE_APP_LOCAL_API = 'http://gqfhq.gemho.cn:9103'
VUE_APP_LOCAL_API = 'http://192.168.3.226:9103'
VUE_APP_LOCAL_API = 'http://gqfhq.gemho.cn:9103'
#
VUE_APP_LOCAL_API = 'http://192.168.3.226:9103'
config/settings.js
View file @
7d476d52
// var ServiceURL = 'http://192.168.3.216:9002';
// var ServiceURL = 'http://192.168.3.250:9103';
// var ServiceURL = 'http://gqfhq.gemho.cn:9103'
; // 正式环境
var
ServiceURL
=
"
http://192.168.2.37:9103
"
;
// 测试环境
var
ServiceURL
=
"
http://gqfhq.gemho.cn:9103
"
;
// 正式环境
//
var ServiceURL = "http://192.168.2.37:9103"; // 测试环境
window
.
VUE_APP_API
=
{
ServiceURL
:
ServiceURL
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment