From 9e7769972eee511f12bfbb95e46ee99ad2b2360d Mon Sep 17 00:00:00 2001
From: sjf <1256754123@qq.com>
Date: Wed, 28 Apr 2021 10:59:55 +0800
Subject: [PATCH] update
---
manifest.json | 2 +-
personModule/communicate/index.vue | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/manifest.json b/manifest.json
index 3514480..92f99bb 100644
--- a/manifest.json
+++ b/manifest.json
@@ -47,7 +47,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
- "appid" : "wxc35f6cc236bcec8f",
+ "appid" : "wx787a6d1d6234037d",
"setting" : {
"urlCheck" : true,
"es6" : true,
diff --git a/personModule/communicate/index.vue b/personModule/communicate/index.vue
index e5b9942..15400ff 100644
--- a/personModule/communicate/index.vue
+++ b/personModule/communicate/index.vue
@@ -42,7 +42,7 @@
v-if="item.msgType == 1"
@tap="viewImg([item.message])"
>
-
+
@@ -478,11 +478,11 @@ export default {
let that = this
let baseUrl = ""
// #ifdef H5
- baseUrl = "/songjiang-api"
+ baseUrl = "/gastric-api"
// #endif
// #ifdef MP-WEIXIN
- baseUrl = "https://inno.sh-sict.com/songjiang-api"
+ baseUrl = "https://inno.sh-sict.com/gastric-api"
// #endif
var uper = uni.uploadFile({
// 需要上传的地址
--
2.22.0