You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
346 B
18 lines
346 B
import $http from '@/utils/http.js'
|
|
|
|
/** 获取所有tabbar */
|
|
export const listTabbar = (data) => {
|
|
return $http({
|
|
method: 'POST',
|
|
url: 'small/project/tab/listByApp',
|
|
data
|
|
})
|
|
}
|
|
|
|
// export const getDigitalPlan = (data) => {
|
|
// return $http({
|
|
// method: 'GET',
|
|
// url: 'api/cmdMangeApi/getDigitalPlan/'+data,
|
|
// data
|
|
// })
|
|
// }
|