/* * @Author: shuishen 1109946754@qq.com * @Date: 2023-03-02 16:36:47 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2023-04-04 10:59:12 * @FilePath: \srs-police-affairs\src\store\modules\popupParams.js * @Description: * * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. */ const popupParams = { state: { }, mutations: { }, actions: { } } export default popupParams