prod域名替换

This commit is contained in:
Seven Tsui 2025-09-18 16:31:25 +08:00
parent 97784524ff
commit 75fc66d88b
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
export default {
env: {
NODE_ENV: JSON.stringify('production'),
baseApiUrl: JSON.stringify('http://82.156.121.2:8880'),
baseApiUrl: JSON.stringify('https://www.wuzhongjie.com.cn/prod-api'),
name: JSON.stringify('production'),
appId: JSON.stringify('wx87a5db19138da60d'),
},

View File

@ -26,7 +26,7 @@
{
"name": "pages/index/index",
"pathName": "pages/index/index",
"query": "id=111",
"query": "id=1968203556497960962",
"scene": null,
"launchMode": "default"
},