feat: layer

parent aa33ca06
This diff is collapsed.
import {Injectable} from '@angular/core';
@Injectable()
export class LayerService {
constructor() {
}
dialog() {
}
confirm() {
}
tip() {
}
loading() {
}
alert() {
// alert('sss');
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment