constant.js 289 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /* * @Date: 2022-07-18 10:22:22 * @LastEditors: hookehuyr hookehuyr@gmail.com * @LastEditTime: 2022-08-05 17:17:15 * @FilePath: /front/src/constant.js * @Description: 文件描述 */ // 颜色变量 export const styleColor = { baseColor: '#C2915F', backgroundColor: '#FFF9EF', }