index.js 455 B

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