index.js 323 B

123456789101112
  1. "use strict";
  2. exports.baseUrl = void 0;
  3. let version;
  4. {
  5. exports.baseUrl = "https://zxgz.newfeifan.cn";
  6. }
  7. version = "v1.8.3";
  8. console.log(`[中星商城 ${version}] http://doc.iocoder.cn`);
  9. const apiPath = "/app-api";
  10. const staticUrl = "https://file.sheepjs.com";
  11. exports.apiPath = apiPath;
  12. exports.staticUrl = staticUrl;