#
whycq
2022-07-25 06fc3eebef4e55e96b95ff0349e02de1f6f22771
pages/basics/outPakin.vue
@@ -120,6 +120,9 @@
         this.baseIP = UIP;
         const UPORT = uni.getStorageSync('UPORT');
         this.basePORT = UPORT
         const PJO = uni.getStorageSync('PJO');
         this.baseUrl = PJO
         console.log(this.baseUrl)
         this.getUrl()
      },
      onLoad() {
@@ -132,7 +135,7 @@
      methods: {
         // 获取url
         getUrl() {
            this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl
            this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePORT + "/" +this.baseUrl
         },
         radioChange(evt) {
            for (let i = 0; i < this.origins.length; i++) {
@@ -340,6 +343,7 @@
                  'token':uni.getStorageSync('token')
                },
               success(result) {
                  console.log(result)
                  uni.hideLoading();
                  // uni.vibrateShort();
                  let res = result.data