index.js 365 Bytes
Newer Older
jianglong committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
import Api from "~/service/Api"
import Pts from "../Common/Pts"

export default class Bopsnd{
    constructor () {
        this.data = {
						msgstm:"",			//  Waiting Message		.msgstm
						bopcfg:{
							outdir:"",			//  Output Dir		.bopcfg.outdir
						},
						genptybas:"",			//  Generate company Info		.genptybas
						pageId: ""			// ctx的key
				}
    }
}