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.

14 lines
409 B

4 months ago
3 months ago
4 months ago
3 months ago
4 months ago
  1. "use strict";
  2. let obj = {
  3. H5_API: "",
  4. //h5代理
  5. WX_API: "https://www.jakjgs.com/",
  6. //非代理地址 不要忘记加/
  7. website: "http://192.168.1.37",
  8. // httpPrefix: 'app-api/',
  9. httpPrefix: "xjapplet-api/",
  10. imgUrl: "https://www.jakjgs.com/htmls/",
  11. tmplIds: ["OH_1gceM-m3EXRKOtjl_Hb1ymyC5zw8_Ag6LaFXV4Do", "AjD_oLafmKGO8X3YvDGl1qmITq_Q6bSFMDeygJNAIes"]
  12. //消息模板
  13. };
  14. exports.obj = obj;