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

update

parent 1affbbd1
......@@ -47,7 +47,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
"appid" : "wxc35f6cc236bcec8f",
"appid" : "wx787a6d1d6234037d",
"setting" : {
"urlCheck" : true,
"es6" : true,
......
......@@ -42,7 +42,7 @@
v-if="item.msgType == 1"
@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>
......@@ -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({
// 需要上传的地址
......
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