Commit c0adf2b4 by caoyanzhi

update: 调整请求参数

parent 7a7d3c53
......@@ -33,7 +33,7 @@ export default {
methods: {
// /get-haoban-menu
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);
});
}
......
......@@ -20,7 +20,7 @@ export default {
name: 'main-menu',
components: { ChangeStore },
provide: {
projectName: 'haoban-web'
projectName: 'haoban-manage-web'
},
methods: {
toIndex() {
......
......@@ -54,7 +54,7 @@ export default {
},
data() {
return {
repProjectName: 'haoban-web', // 项目名
repProjectName: 'haoban-manage-web', // 项目名
customDialog: this.value, // 弹框显示
leftData: [],
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