删除other页面无用utils

This commit is contained in:
TOP糯米 2023-04-09 10:15:31 +08:00
parent 7ffa4cd25f
commit b1cb87ac93
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ export default {
name: "service-other", name: "service-other",
data() { data() {
return { return {
utils: this.$utils,
list: [], list: [],
}; };
}, },