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
14 lines
409 B
"use strict";
|
|
let obj = {
|
|
H5_API: "",
|
|
//h5代理
|
|
WX_API: "https://www.jakjgs.com/",
|
|
//非代理地址 不要忘记加/
|
|
website: "http://192.168.1.37",
|
|
// httpPrefix: 'app-api/',
|
|
httpPrefix: "xjapplet-api/",
|
|
imgUrl: "https://www.jakjgs.com/htmls/",
|
|
tmplIds: ["OH_1gceM-m3EXRKOtjl_Hb1ymyC5zw8_Ag6LaFXV4Do", "AjD_oLafmKGO8X3YvDGl1qmITq_Q6bSFMDeygJNAIes"]
|
|
//消息模板
|
|
};
|
|
exports.obj = obj;
|