Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
ybf
Project
Project
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
xulili
ybf
Commits
67fc5807
Commit
67fc5807
authored
Jan 14, 2020
by
xulili
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
072e844f
27b45938
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
main.js
ybf_wx/src/api/test/main.js
+1
-1
vue.config.js
ybf_wx/vue.config.js
+15
-0
No files found.
ybf_wx/src/api/test/main.js
View file @
67fc5807
...
...
@@ -12,7 +12,7 @@ export function ApiTestCfPost(inData) {
args
:
inData
}
return
request
({
url
:
''
,
url
:
'
/trans/
'
,
method
:
'post'
,
data
:
postData
})
...
...
ybf_wx/vue.config.js
0 → 100644
View file @
67fc5807
module
.
exports
=
{
devServer
:
{
proxy
:
{
'/trans'
:
{
// target: 'http://111.26.165.55:8010/',
target
:
'http://bing.com/'
,
ws
:
false
,
changeOrigin
:
true
,
pathRewrite
:
{
'^/trans'
:
''
}
}
}
}
}
\ 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