Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huarun-binjiang-ipad
/
ipad
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
24c150f5
authored
Sep 13, 2022
by
liuwange1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改动
parent
88733c33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/buildList.vue
+2
-2
vue.config.js
+1
-1
No files found.
src/components/buildList.vue
View file @
24c150f5
...
...
@@ -117,8 +117,8 @@ export default {
activeIndex
(
n
)
{
console
.
log
(
12312
);
this
.
listR
=
this
.
listL
[
n
].
child
||
[];
this
.
activeIndex2
=
0
;
this
.
buildClickHandle2
(
0
);
this
.
activeIndex2
=
1
;
this
.
buildClickHandle2
(
1
);
},
},
};
...
...
vue.config.js
View file @
24c150f5
...
...
@@ -4,7 +4,7 @@ module.exports = {
// disableHostCheck: true,
proxy
:
{
'/api'
:
{
target
:
'http://1
23.56.242.140
:8089'
,
target
:
'http://1
14.116.22.186
:8089'
,
changeOrigin
:
true
,
ws
:
true
,
pathRewrite
:
{
...
...
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