提交 e175a4ca 编写于 作者: DCloud_JSON's avatar DCloud_JSON

调整意见反馈功能的文件名等

上级 7826c557
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, { }, {
"path": "uni_modules/uni-feedback/pages/uni-feedback/add", "path": "uni_modules/uni-feedback/pages/uni-feedback/uni-feedback",
"style": { "style": {
"navigationBarTitleText": "问题反馈" "navigationBarTitleText": "问题反馈"
} }
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
], ],
[{ [{
"title": '问题与反馈', "title": '问题与反馈',
"to": '/uni_modules/uni-feedback/pages/uni-feedback/add', "to": '/uni_modules/uni-feedback/pages/uni-feedback/uni-feedback',
"icon":"help" "icon":"help"
}, { }, {
"title": '设置', "title": '设置',
......
'use strict';
exports.main = async (event, context) => {
//event为客户端上传的参数
console.log('event : ', event)
//返回数据给客户端
return event
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册