@@ -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
})
}