index.js 219 B

123456789
  1. "use strict";
  2. exports.baseUrl = void 0;
  3. {
  4. exports.baseUrl = "https://zxgz.newfeifan.cn";
  5. }
  6. const apiPath = "/app-api";
  7. const staticUrl = "https://letcgo.com";
  8. exports.apiPath = apiPath;
  9. exports.staticUrl = staticUrl;