Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
吴迪
gs1
Commits
191ffc0b
Commit
191ffc0b
authored
Jan 02, 2022
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改常见问题代理配置
parent
c7b4edf5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
.env.production
.env.production
+1
-1
sell.js
src/axios/module/sell.js
+0
-1
No files found.
.env.production
View file @
191ffc0b
...
...
@@ -3,5 +3,5 @@ VUE_APP_CURRENTMODE = "production"
VUE_APP_HOST_URL = "http://192.168.0.77:9091"
VUE_APP_API_URL = "http://192.168.0.77:9091"
VUE_APP_GDS_URL = "http://data-studio.gds.org.cn"
VUE_APP_CHINATM_URL = "http://
member.gds.org.cn
:8080/chinatm"
VUE_APP_CHINATM_URL = "http://
81.68.189.225
:8080/chinatm"
VUE_APP_LOG = false
src/axios/module/sell.js
View file @
191ffc0b
...
...
@@ -5,7 +5,6 @@ import {
const
Prefix
=
process
.
env
.
NODE_ENV
===
'development'
?
'/gs1'
:
''
;
const
Prefix2
=
process
.
env
.
NODE_ENV
===
'development'
?
'/chinatm'
:
''
;
// 获取首页最新动态
const
getHomeLatestNews
=
(
params
=
{})
=>
{
...
...
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