领峰UI库,封装一些经常使用到的组件,自定义样式,模块化js函数,调用简单快速上手。
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.

5 lines
238 B

  1. // appId: 正式 null | 测试 null
  2. export const DEV = "dev"; // dev 测试 | prod 正式
  3. export const VERSION = '1.0.0'; // 版本号
  4. export const DEVURL = ''; // 测试服请求地址
  5. export const PRODURL = ''; // 正式服请求地址