列表地址

This commit is contained in:
zzyuan 2024-10-18 18:37:28 +08:00
parent d75d83995d
commit 5936d3e0fc
4 changed files with 4 additions and 4 deletions

View File

@ -364,7 +364,7 @@ export default {
}
console.log(this.queryParams)
uni.request({
url: config.loginBaseUrl + '/bmw//homeSubPage/getAppWorkerMsg',
url: config.realBmwUrl + '/homeSubPage/getAppWorkerMsg',
method: 'POST',
data: JSON.stringify(this.queryParams),
header: {

View File

@ -258,7 +258,7 @@ export default {
async getListData() {
console.log('this.queryParams参数', this.queryParams)
uni.request({
url: config.loginBaseUrl + '/bmw/homeSubPage/getAppBuildPro',
url: config.realBmwUrl + '/homeSubPage/getAppBuildPro',
method: 'POST',
data: JSON.stringify(this.queryParams),
header: {

View File

@ -193,7 +193,7 @@ export default {
async getListData() {
console.log(this.queryParams)
uni.request({
url: config.loginBaseUrl + '/bmw/homeSubPage/getAppActiveSub',
url: config.realBmwUrl + '/homeSubPage/getAppActiveSub',
method: 'POST',
data: JSON.stringify(this.queryParams),
header: {

View File

@ -155,7 +155,7 @@ export default {
/* 获取列表 */
async getListData() {
uni.request({
url: config.loginBaseUrl + '/bmw/homeSubPage/getAppActiveTeam',
url: config.realBmwUrl + '/homeSubPage/getAppActiveTeam',
method: 'POST',
data: JSON.stringify(this.queryParams),
header: {