护理单元-设备模块结束
This commit is contained in:
parent
b255dff4eb
commit
2abc323d31
File diff suppressed because one or more lines are too long
|
|
@ -7052,7 +7052,7 @@ function isConsoleWritable() {
|
||||||
function initRuntimeSocketService() {
|
function initRuntimeSocketService() {
|
||||||
const hosts = "192.168.2.27,127.0.0.1";
|
const hosts = "192.168.2.27,127.0.0.1";
|
||||||
const port = "8090";
|
const port = "8090";
|
||||||
const id = "mp-weixin_NI4Ahc";
|
const id = "mp-weixin_7mNXBL";
|
||||||
const lazy = typeof swan !== "undefined";
|
const lazy = typeof swan !== "undefined";
|
||||||
let restoreError = lazy ? () => {
|
let restoreError = lazy ? () => {
|
||||||
} : initOnError();
|
} : initOnError();
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,10 @@ const _sfc_main = {
|
||||||
__name: "specialloginafther",
|
__name: "specialloginafther",
|
||||||
setup(__props) {
|
setup(__props) {
|
||||||
const jumpto = () => {
|
const jumpto = () => {
|
||||||
|
common_vendor.index.setStorageSync("firstlogin", true);
|
||||||
common_vendor.index.reLaunch({
|
common_vendor.index.reLaunch({
|
||||||
url: `/pages/login/callback`
|
url: `/pages/login/callback`
|
||||||
});
|
});
|
||||||
common_vendor.index.setStorageSync("firstlogin", true);
|
|
||||||
};
|
};
|
||||||
const phone = common_vendor.ref("");
|
const phone = common_vendor.ref("");
|
||||||
common_vendor.onLoad((options) => {
|
common_vendor.onLoad((options) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue