@yoooloo42/joker 1.0.35 → 1.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -21967,7 +21967,7 @@ const upload_carplate = '/ly0/upload-req/carplate';
21967
21967
  // 后端请求
21968
21968
  async function request$1(_ref) {
21969
21969
  let {
21970
- domain = domain,
21970
+ domain = 'http://127.0.0.1:443',
21971
21971
  url,
21972
21972
  // 路由
21973
21973
  data // 请求数据
@@ -21989,7 +21989,7 @@ async function request$1(_ref) {
21989
21989
  // ly0后端请求
21990
21990
  async function ly0request(_ref2) {
21991
21991
  let {
21992
- domain = domain,
21992
+ domain = 'http://127.0.0.1:443',
21993
21993
  url,
21994
21994
  // 路由
21995
21995
  data,
@@ -22032,7 +22032,7 @@ async function ly0request(_ref2) {
22032
22032
  // 存储过程
22033
22033
  async function storpro(_ref3) {
22034
22034
  let {
22035
- domain = domain,
22035
+ domain = 'http://127.0.0.1:443',
22036
22036
  storproName,
22037
22037
  // 存储过程名称
22038
22038
  data,