test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

14 lines
512 B
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 配置文件
*/
module.exports = {
api_url: "/api/food.",//接口路径(不要修改)
version: "1.3.3",//版本号
//下列参数发布H5版本必须配置参数
domain: "https://dc.gceai.cn", // api域名
h5_url: "/h5/food/",//H5发布路径存放在服务器位置。
//与manifest.json中web配置一致
//(不要修改),如果修改了,请自行修改二维码生成的参数
applet_id: "10001", //初始默认小程序管理端编号H5必填
};