appInfo.js 110 B

12345
  1. var app_info = {
  2. api_host: "https://您的接口域名/",
  3. version: "1.5.9",
  4. };
  5. module.exports = app_info;