zhangwei hace 3 años
padre
commit
62ccf4afa8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/index.vue

+ 1 - 1
pages/index.vue

@@ -136,7 +136,7 @@ const page = {
 	pre: "https://preh5.denetme.net",
 	test: 'https://testh5.denetme.net'
 }
-const jumpUrl = page[process.env.NUXT_ENV.MODE]
+const jumpUrl = page[process.env.NUXT_ENV.MODE] + '/'
 const baseURL = api[process.env.NUXT_ENV.MODE]