1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| /*
| * @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
|
|