index.js 247 Bytes
Newer Older
fukai committed
1
import Api from "~/service/Api"
2
import Pts from "~/page/Model/Common/Pts"
fukai committed
3 4 5 6 7 8 9 10 11 12 13

export default class Dblian{
    constructor () {
        this.data = {
						ianp:{
							lst:[],			//  		.ianp.lst
						},
						pageId: ""			// ctx的key
				}
    }
}