Merge remote-tracking branch 'remotes/origin/master' into minJeecg

# Conflicts:
#	env/.env.development
This commit is contained in:
lagos 2025-07-24 11:05:53 +08:00
commit e63262c2da
4 changed files with 4 additions and 7 deletions

2
env/.env vendored
View File

@ -1,4 +1,4 @@
VITE_APP_TITLE = '数智产销测试' VITE_APP_TITLE = '数智产销'
VITE_APP_PORT = 9000 VITE_APP_PORT = 9000
VITE_UNI_APPID = '__UNI__9F097F0' VITE_UNI_APPID = '__UNI__9F097F0'

View File

@ -1,5 +1,5 @@
{ {
"name": "数智产销测试", "name": "数智产销",
"appid": "__UNI__9F097F0", "appid": "__UNI__9F097F0",
"description": "", "description": "",
"versionName": "2.1.0", "versionName": "2.1.0",

View File

@ -7,7 +7,7 @@
@clear="getpersonList" style="width: 100%;" /> @clear="getpersonList" style="width: 100%;" />
</wd-col> </wd-col>
<wd-col :span="6" style="margin-top: 5px;margin-left: 3px;"> <wd-col :span="6" style="margin-top: 5px;margin-left: 3px;">
<wd-button @click="sendMessage" style="width: 100%;">发送消息</wd-button> <wd-button @click="sendMessage" style="width: 100%;">发送随访消息</wd-button>
</wd-col> </wd-col>
</wd-row> </wd-row>
</wd-card> </wd-card>
@ -99,10 +99,7 @@
toast.error(res.message) toast.error(res.message)
} }
console.log("res----",res) console.log("res----",res)
// if(res.success){ getpersonList();
// toast.success(res.message)
// }
}) })

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB