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