Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/miniprogram-agent-ui/miniprogram/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ App({
// env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看
// 如不填则使用默认环境(第一个创建的环境)
env: "luke-personal-test-new-8d0d90f5f",
env: "luke-agent-dev-7g1nc8tqc2ab76af",
traceUser: true,
});
}
Expand Down
8 changes: 6 additions & 2 deletions apps/miniprogram-agent-ui/miniprogram/app.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"pages": ["pages/index/index", "pages/chatBot/chatBot", "pages/foodBuy/foodBuy"],
"pages": [
"pages/index/index",
"pages/chatBot/chatBot",
"pages/foodBuy/foodBuy"
],
"usingComponents": {
"custom-map": "/components/toolCard/map/index",
"custom-weather": "/components/toolCard/weather/index",
Expand All @@ -23,4 +27,4 @@
"uploadFile": 60000,
"downloadFile": 60000
}
}
}
Loading