Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html2026.03.13/api/owner/index.mjs
2026-03-13 15:54:02 +08:00

5 lines
83 B
JavaScript

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