feat(shareRegister): 移除generate接口
This commit is contained in:
parent
f79426d5d6
commit
b628a54816
|
@ -323,7 +323,7 @@ export default {
|
|||
name: '数据查询',
|
||||
imgurl: '../../static/images/mark1.png',
|
||||
menuKey: 'marketDynamics',
|
||||
ifshow: true,
|
||||
ifshow: false,
|
||||
},
|
||||
{
|
||||
url: '/pages/bonus/index',
|
||||
|
@ -697,11 +697,6 @@ export default {
|
|||
}
|
||||
}
|
||||
})
|
||||
// api.getData().then(res => {
|
||||
// if (res.code == 200) {
|
||||
// this.userData = res.data
|
||||
// }
|
||||
// })
|
||||
|
||||
api.getMenuList().then(res => {
|
||||
res.data.forEach(item => {
|
||||
|
|
|
@ -335,7 +335,6 @@ export default {
|
|||
onLoad(options) {
|
||||
this.pkParent = options.code
|
||||
this.pkCountry = options.country || ''
|
||||
this.getGenerate()
|
||||
if (this.pkCountry) {
|
||||
// this.getCountry()
|
||||
this.form.pkCountry = this.pkCountry
|
||||
|
|
Loading…
Reference in New Issue