Commit 38c1e519 by 王昆

ghbs

parent fdbc36ee
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
pxheight: "800px", pxheight: "800px",
myapps: [], myapps: [],
carisshow: false, carisshow: false,
carisshow: false,
showimgUrl: [{ showimgUrl: [{
img: '/imgs/img1.png', img: '/imgs/img1.png',
icon: '/imgs/icon1.png', icon: '/imgs/icon1.png',
...@@ -51,6 +52,12 @@ ...@@ -51,6 +52,12 @@
return "background:url('" + app.bkimageUrl + "') no-repeat;background-size: cover"; return "background:url('" + app.bkimageUrl + "') no-repeat;background-size: cover";
}, },
async goapplogin(app) { async goapplogin(app) {
if (app.name == "个体税务宝") {
return this.$message({
message: '敬请期待',
type: 'warning'
});
}
var d = await this.$root.postReq("/web/auth/userCtl/goLoginForApp", app); var d = await this.$root.postReq("/web/auth/userCtl/goLoginForApp", app);
if (d && d.status == 0 && d.data) { if (d && d.status == 0 && d.data) {
console.log(JSON.stringify(d.data)); console.log(JSON.stringify(d.data));
......
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