浏览代码

页面跳转有问题

xionghaojie 3 年之前
父节点
当前提交
d9fe9c2931
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      manifest.json
  2. 1 1
      pages/test/test.vue

+ 1 - 1
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "就培云考试系统",
-    "appid" : "__UNI__46C6092",
+    "appid" : "__UNI__33A09F8",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",

+ 1 - 1
pages/test/test.vue

@@ -596,7 +596,7 @@
 				this.$refs.popup.close()
 				if(back){
 					uni.reLaunch({
-						url:'pages/login/login'
+						url:'/pages/login/login'
 					})
 				}
 			},