Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html2026.03.14/api/owner/index.mjs
2026-03-13 16:36:51 +08:00

5 lines
83 B
JavaScript

export default {
test: function(_item) {
console.log("测试");
}
}