/* * @Date: 2019-11-26 00:59:58 * @LastEditors: Sneed * @LastEditTime: 2024-01-07 22:57:26 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/store/modules/app.js */ import Cookies from 'js-cookie' import { getPlanList} from '@/api/MdcApi' const app = { state: { }, mutations: { }, actions: { } } export default app