# base64 方法

# 作用:base64 转码和解码操作

# 引入

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

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