index.js 247 Bytes Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 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 } } }