天波h5前端应用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 line
307B

  1. /*
  2. * @Date: 2022-08-17 17:30:25
  3. * @LastEditors: JinxChen
  4. * @LastEditTime: 2023-02-25 15:23:55
  5. * @FilePath: \TelpoH5FrontendWeb\src\store\prefix.js
  6. * @description:
  7. */
  8. // 多个前端项目在一个域名底下,故缓存需要明确根据项目分类
  9. const prefix = 'telpo_h5_';
  10. export default prefix;