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
427 B

4 months ago
4 weeks ago
4 months ago
4 weeks ago
4 months ago
4 months ago
  1. "use strict";
  2. let obj = {
  3. H5_API: "",
  4. //h5代理
  5. WX_API: "http://192.168.1.106:8518/",
  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;