From 18bee78ebcacfad96914d4cdcd11d5f449d0a1f6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 11 Jun 2021 11:39:55 +0800
Subject: [PATCH] 接口域名替换
---
pages/infoRegistration/infoCheck.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/infoRegistration/infoCheck.vue b/pages/infoRegistration/infoCheck.vue
index fde0e13..ca414e1 100644
--- a/pages/infoRegistration/infoCheck.vue
+++ b/pages/infoRegistration/infoCheck.vue
@@ -60,7 +60,7 @@
typeArray:["学校","医院","小区"],
typeArrayIndex:0,
typeArrayType:'请选择客户类型',
- pathUrl:"https://web.byisf.com/api/blade-system",
+ pathUrl:"http://s16s652780.51mypc.cn/api",
// pathUrl: "http://localhost:8106"
}
},
@@ -76,7 +76,7 @@
getTenantList(){
var that = this;
uni.request({
- url: this.pathUrl + '/tenant/page',
+ url: this.pathUrl + '/blade-system/tenant/page',
method:'GET',
success: (res) => {
that.tenantArr = res.data.data.records;
@@ -147,7 +147,7 @@
//提交修改
confirm(){
uni.request({
- url: 'https://web.byisf.com/api/blade-system/tenant/submit',
+ url: this.pathUrl +'/blade-system/tenant/submit',
method:'POST',
data:{
"id":this.id,
--
Gitblit v1.9.3