Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html2026.03.17/api/owner/index.mjs
2026-03-16 15:53:06 +08:00

5 lines
83 B
JavaScript

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