Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
beb7cc87
authored
May 26, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
账期
parent
4982b2c6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
158 additions
and
21 deletions
pages/mine/zqsx.vue
util/api.js
pages/mine/zqsx.vue
View file @
beb7cc87
This diff is collapsed.
Click to expand it.
util/api.js
View file @
beb7cc87
...
...
@@ -3,6 +3,8 @@ var Api_Url = ''; //api项目url
var
Api_Es
=
''
;
//api项目url
var
Api_ES_Go
=
''
;
//型号联想
var
Code_Url
=
''
;
//图形验证码
var
Oss_Url
=
''
;
//oss系统
switch
(
window
.
location
.
hostname
)
{
...
...
@@ -12,14 +14,15 @@ switch (window.location.hostname) {
Api_Es
=
"//so12.ichunt.com"
Api_ES_Go
=
"https://s.ichunt.com"
Code_Url
=
"https://www.ichunt.com/v3/public/verify"
;
Oss_Url
=
"https://file.ichunt.net"
;
break
;
default
:
//本地proxy配置参考vue.config.js
Ichunt_Api
=
'/v3'
Api_Url
=
'/apis'
;
Api_Es
=
"/esapi"
;
Api_ES_Go
=
"http://192.168.1.237:9008"
;
Code_Url
=
"http://www.liexin.com/v3/public/verify"
;
Oss_Url
=
"http://file.liexindev.net"
;
}
...
...
@@ -28,5 +31,6 @@ module.exports = {
Api_Url
,
Api_Es
,
Api_ES_Go
,
Code_Url
Code_Url
,
Oss_Url
}
\ No newline at end of file
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