zrj
2024-06-07 b07a3a9dcb89f9785b7b001d2d26b167376d597e
src/views/system/email.vue
@@ -36,7 +36,7 @@
</template>
<script>
import { getList, getDetail, add, update, remove, enable, sendEmail } from "@/api/system/email"
import { getList, getDetail, add, update, remove, enable, sendEmail } from "@/ssoapi/system/email"
import { mapGetters } from "vuex"
export default {