天波用户运营管理后台系统
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.

7 line
336B

  1. const APPID = process.env.NODE_ENV === 'production'
  2. ?
  3. '0e2654a6-b323-4147-aa92-43ec1b092694' /* pro 生产环境 appid */
  4. :
  5. // 'fe76405a-4b2c-4403-bef8-91728f23ef0c'; /* dev 开发环境 appid */
  6. '0e2654a6-b323-4147-aa92-43ec1b092694'; /* 开发环境使用正式环境的 appid 方便调试 */
  7. export default APPID;