master
lion 5 months ago
parent dd048c4bc1
commit 3b3064883a

@ -3,7 +3,7 @@ const mode = process.env.NODE_ENV;
let ROOTPATH = ''; //域名
switch (mode) {
case 'development':
ROOTPATH = "http://sstt.ali251.langye.net"
ROOTPATH = "https://sstt.ali251.langye.net"
// ROOTPATH = "https://sstt.115.langye.net"
break;
case 'production':

@ -21,18 +21,18 @@
},
onShow() {
setTimeout(() => {
if (this.vuex_my_role === 1) {
uni.switchTab({
url: "/pages/todayNursing/todayNursing",
complete: (res) => {
console.log(res);
}
})
} else {
uni.redirectTo({
url: "/package_sub/pages/index/index"
})
}
if (this.vuex_my_role === 1) {
uni.switchTab({
url: "/pages/todayNursing/todayNursing",
complete: (res) => {
console.log(res);
}
})
} else {
uni.redirectTo({
url: "/package_sub/pages/index/index"
})
}
}, 3000)
}
}
@ -46,7 +46,6 @@
.logo {
transform: translateX(-50%) translateY(-50%);
position: fixed;
top: 50%;
left: 50%;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Loading…
Cancel
Save