| 12345678910111213141516171819 |
- /*
- * @Author: your name
- * @Date: 2021-12-02 16:55:35
- * @LastEditTime: 2021-12-02 16:58:05
- * @LastEditors: Please set LastEditors
- * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- * @FilePath: \vue3-element-admin\src\store\modules\app\map.js
- */
- export default {
- namespaced: true,
- state: {
- _7d:[]
- },
- mutations: {
- },
- actions: {
- },
- };
|