#
whycq
2022-07-22 365a47dee1e2f66b87e60c90e252cb11676e4333
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