/* * @Author: shuishen 1109946754@qq.com * @Date: 2022-12-27 09:33:01 * @LastEditors: shuishen 1109946754@qq.com * @LastEditTime: 2023-04-02 12:18:26 * @FilePath: \srs-police-affairs\src\store\modules\user.js * @Description: * * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. */ const user = { state: { }, actions: { }, mutations: { } } export default user