// 桌台管理 import http from './http.js' import $API from '@/http/classApi.js' import appConfig from '@/config/appConfig.js' import { Base64 } from 'js-base64' import infoBox from '@/commons/utils/infoBox.js' /* 台桌区域 */ export const $tableArea=new $API('/api/tbShopArea',http.req) /* 台桌 */ export const $table=new $API('/api/tbShopTable',http.req)