index.js 247 Bytes
import Api from "~/service/Api"
import Pts from "~/page/Model/Common/Pts"

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