# cookie 方法

# 引入

// 直接引入
import { cookie } from 'project-libs';

// 单独引入
import cookie from 'project-libs/build/cache/cookie';