2020-04-21 23:19:59 +08:00

13 lines
157 B
JavaScript

//app.js
App({
onLaunch: function () {
var that = this;
},
globalData: {
ProductKey: "",
DeviceName: "",
DeviceSecret: ""
},
})