congzc 1 year ago
parent
commit
43871bbb16
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/App.vue

+ 1
- 1
src/App.vue View File

@@ -63,7 +63,7 @@ onLaunch(() => {
uni.hideLoading();
if (res2.data.token) {
uni.redirectTo({
url: "/pages/home/index",
url: "/pages/index/index",
});
} else {
uni.redirectTo({


Loading…
Cancel
Save