Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ycc-website
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Website
ycc-website
Commits
9d30fb01
Commit
9d30fb01
authored
May 30, 2022
by
wenglk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix proxy
parent
81c5fdf2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
vue.config.js
vue.config.js
+4
-2
yarn.lock
yarn.lock
+0
-0
No files found.
vue.config.js
View file @
9d30fb01
...
@@ -24,7 +24,8 @@ module.exports = {
...
@@ -24,7 +24,8 @@ module.exports = {
},
},
"/yccApi"
:
{
"/yccApi"
:
{
// target: "https://mainnet.yuan.org/api",
// target: "https://mainnet.yuan.org/api",
target
:
"http://13.115.171.240:7901/"
,
// target: "http://13.115.171.240:7901/",
target
:
"http://183.134.99.140:9901/"
,
pathRewrite
:
{
pathRewrite
:
{
"^/yccApi"
:
""
,
"^/yccApi"
:
""
,
},
},
...
@@ -37,7 +38,8 @@ module.exports = {
...
@@ -37,7 +38,8 @@ module.exports = {
},
},
},
},
"/expandApi"
:
{
"/expandApi"
:
{
target
:
"http://121.37.141.165:19992/ycc"
,
// target: "http://121.37.141.165:19992/ycc",
target
:
"http://183.134.99.140:19993/pos33"
,
pathRewrite
:
{
pathRewrite
:
{
"^/expandApi"
:
""
,
"^/expandApi"
:
""
,
},
},
...
...
yarn.lock
View file @
9d30fb01
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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