wukai 8 месяцев назад
Родитель
Сommit
00968df8ee
1 измененных файлов с 1 добавлено и 1 удалено
  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
   })
 }