护理单元-设备模块结束
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() {
|
||||
const hosts = "192.168.2.27,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_NI4Ahc";
|
||||
const id = "mp-weixin_7mNXBL";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ const _sfc_main = {
|
|||
__name: "specialloginafther",
|
||||
setup(__props) {
|
||||
const jumpto = () => {
|
||||
common_vendor.index.setStorageSync("firstlogin", true);
|
||||
common_vendor.index.reLaunch({
|
||||
url: `/pages/login/callback`
|
||||
});
|
||||
common_vendor.index.setStorageSync("firstlogin", true);
|
||||
};
|
||||
const phone = common_vendor.ref("");
|
||||
common_vendor.onLoad((options) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue