Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
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
Tracing
source-trace-manage-go
Commits
b4f7c8fd
Commit
b4f7c8fd
authored
Oct 09, 2021
by
wcmoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改后台测试环境接口
parent
939cb9a7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
App.vue
src/entry/sy/App.vue
+0
-1
vue.config.js
vue.config.js
+1
-1
No files found.
src/entry/sy/App.vue
View file @
b4f7c8fd
...
...
@@ -17,7 +17,6 @@ export default {
type
:
"get"
,
url
:
GO_URLS
.
config
});
console
.
log
(
res
);
if
(
res
)
{
this
.
$store
.
commit
(
"setUrlList"
,
res
.
data
.
frontend
);
}
...
...
vue.config.js
View file @
b4f7c8fd
...
...
@@ -10,7 +10,7 @@ module.exports = {
open
:
true
,
proxy
:
{
'^/api'
:
{
target
:
'http://172.16.101.87:467
89
/'
,
target
:
'http://172.16.101.87:467
90
/'
,
pathRewrite
:
{
'^/api'
:
''
,
},
...
...
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