pages/LoginDemo/LoginDemo.vue
@@ -107,7 +107,11 @@ this.$refs.settings.close() }, login() { let _this = this let path = 'demo' if(uni.getStorageSync('Network')) { path = uni.getStorageSync('Network')[0].address } uni.navigateTo({ url: `/pages/project/${path}/home/home`, fail(res) {