Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/api/owner/index.mjs
2025-12-09 20:22:03 +08:00

5 lines
83 B
JavaScript

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