Commit a4eee81e authored by 李苏's avatar 李苏 💬

删除假数据

parent 89d92328
...@@ -11,7 +11,7 @@ export default function appUpdate() { ...@@ -11,7 +11,7 @@ export default function appUpdate() {
imei: plus.device.imei, */ imei: plus.device.imei, */
apptype:"0", apptype:"0",
// appid: plus.runtime.appid, // appid: plus.runtime.appid,
appid:"__UNI__5BC4E2F" appid:"__UNI__79C58F0"
}).then((res) => { }).then((res) => {
if(res){ if(res){
plus.runtime.getProperty(plus.runtime.appid, function(wgtinfo) { plus.runtime.getProperty(plus.runtime.appid, function(wgtinfo) {
......
{ {
"name" : "wcs", "name" : "wcs",
"appid" : "__UNI__B0C55F0", "appid" : "__UNI__79C58F0",
"description" : "徐工道路系统功能", "description" : "徐工道路系统功能",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : 100, "versionCode" : 100,
......
...@@ -618,7 +618,6 @@ ...@@ -618,7 +618,6 @@
this.gwObj=this.gwinfor[0] this.gwObj=this.gwinfor[0]
}) })
eventBus.$on('addressInfo', function(data){ eventBus.$on('addressInfo', function(data){
console.log(data)
}.bind(this)); }.bind(this));
if(!e.query){ if(!e.query){
return return
......
...@@ -50,10 +50,10 @@ ...@@ -50,10 +50,10 @@
data() { data() {
return { return {
selected: "", selected: "",
ystpcode: "1", ystpcode: "",
modalName: "", modalName: "",
tpcode: "", tpcode: "",
wlinfor: [{},{}], wlinfor: [],
} }
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment