Explorar el Código

更新 接口地址

wzh hace 3 años
padre
commit
4618195b1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      miniprogram/apis/apiConfig.js

+ 1 - 1
miniprogram/apis/apiConfig.js

@@ -1,5 +1,5 @@
 let v = wx.getAccountInfoSync()
-let apiUrl = `${v.miniProgram.envVersion == 'release'?'https://interface.huihenduo.com.cn/hhd-pat-cargo-app-dev/':'https://interface.huihenduo.com.cn/hhd-pat-cargo-app-dev/'}`
+let apiUrl = `${v.miniProgram.envVersion == 'release'?'https://interface.huihenduo.com.cn/hhd-pat-cargo-app/':'https://interface.huihenduo.com.cn/hhd-pat-cargo-app-dev/'}`
 
 function api(url, data, method) {
   return new Promise((resolve, reject) => {