yangan
2024-03-20 984b4fea0cb45ad57bb2ecd85b06d2937e368dd0
api/request.js
@@ -103,8 +103,8 @@
// const BaseUrl = "http://192.168.0.110:9896"
// const webSocketUrl = "ws://192.168.0.110:9896/wrzs/ws/info"
// const BaseUrl = "http://192.168.0.102:9896"
// const webSocketUrl = "ws://192.168.0.102:9896/wrzs/ws/info"
// const BaseUrl = "http://192.168.0.22:9896"
// const webSocketUrl = "ws://192.168.0.22:9896/wrzs/ws/info"
export const onlineurl = 'https://mx.jzeg.cn:9195';
// const BaseUrl = "http://192.168.0.100:9997";
@@ -130,6 +130,7 @@
      header = {
         "Authorization": "Bearer" + ' ' + uni.getStorageSync('token'),
         "clientToc": "Y",
         'CLIENT_TOC': 'Y',
      }
   }