Explorar o código

修改链路分析参数

wukai hai 8 meses
pai
achega
00968df8ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/obj/pp/link.vue

+ 1 - 1
src/views/obj/pp/link.vue

@@ -16,7 +16,7 @@ const {proxy} = getCurrentInstance();
 const src = ref("");
 
 function init() {
-  proxy.getConfigKey("pp.url").then(response => {
+  proxy.getConfigKey("pp.web.url").then(response => {
     src.value = response.msg
   })
 }