Commit 43f46036 by zhangmeng

Update utils.js

parent 2f8c415d
//公共方法
export const test = function() {
return '测试';
/**
*测试
* params name 姓名
*/
export const test = function(name) {
return name;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment