Commit 9e776997 authored by 史锦峰's avatar 史锦峰

update

parent 1affbbd1
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"quickapp" : {}, "quickapp" : {},
/* 快应用特有相关 */ /* 快应用特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxc35f6cc236bcec8f", "appid" : "wx787a6d1d6234037d",
"setting" : { "setting" : {
"urlCheck" : true, "urlCheck" : true,
"es6" : true, "es6" : true,
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
v-if="item.msgType == 1" v-if="item.msgType == 1"
@tap="viewImg([item.message])" @tap="viewImg([item.message])"
> >
<image :src="'http://139.9.163.126/sjsc/' + item.message" class="img" mode="widthFix"></image> <image :src="'http://139.9.163.126/gastric/' + item.message" class="img" mode="widthFix"></image>
</view> </view>
</view> </view>
</view> </view>
...@@ -478,11 +478,11 @@ export default { ...@@ -478,11 +478,11 @@ export default {
let that = this let that = this
let baseUrl = "" let baseUrl = ""
// #ifdef H5 // #ifdef H5
baseUrl = "/songjiang-api" baseUrl = "/gastric-api"
// #endif // #endif
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
baseUrl = "https://inno.sh-sict.com/songjiang-api" baseUrl = "https://inno.sh-sict.com/gastric-api"
// #endif // #endif
var uper = uni.uploadFile({ var uper = uni.uploadFile({
// 需要上传的地址 // 需要上传的地址
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment