Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
c0adf2b4
Commit
c0adf2b4
authored
May 06, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整请求参数
parent
7a7d3c53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/layout/index.vue
+1
-1
main-menu.vue
src/components/layout/main-menu.vue
+1
-1
store-change.vue
src/components/review/store-change.vue
+1
-1
No files found.
src/components/layout/index.vue
View file @
c0adf2b4
...
@@ -33,7 +33,7 @@ export default {
...
@@ -33,7 +33,7 @@ export default {
methods
:
{
methods
:
{
// /get-haoban-menu
// /get-haoban-menu
getMenuList
()
{
getMenuList
()
{
getRequest
(
'/haoban-manage3-web/get-haoban-menu'
,
{
requestProject
:
'haoban-
web
'
}).
then
(
res
=>
{
getRequest
(
'/haoban-manage3-web/get-haoban-menu'
,
{
requestProject
:
'haoban-
manage-web'
,
enterpriseId
:
'
'
}).
then
(
res
=>
{
console
.
log
(
res
);
console
.
log
(
res
);
});
});
}
}
...
...
src/components/layout/main-menu.vue
View file @
c0adf2b4
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
name
:
'main-menu'
,
name
:
'main-menu'
,
components
:
{
ChangeStore
},
components
:
{
ChangeStore
},
provide
:
{
provide
:
{
projectName
:
'haoban-web'
projectName
:
'haoban-
manage-
web'
},
},
methods
:
{
methods
:
{
toIndex
()
{
toIndex
()
{
...
...
src/components/review/store-change.vue
View file @
c0adf2b4
...
@@ -54,7 +54,7 @@ export default {
...
@@ -54,7 +54,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
repProjectName
:
'haoban-web'
,
// 项目名
repProjectName
:
'haoban-
manage-
web'
,
// 项目名
customDialog
:
this
.
value
,
// 弹框显示
customDialog
:
this
.
value
,
// 弹框显示
leftData
:
[],
leftData
:
[],
rightData
:
[]
rightData
:
[]
...
...
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