Commit c0adf2b4 by caoyanzhi

update: 调整请求参数

parent 7a7d3c53
...@@ -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);
}); });
} }
......
...@@ -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() {
......
...@@ -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: []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment