feat: 服务接口地址动态获取

This commit is contained in:
duanshuwen
2025-11-13 19:43:03 +08:00
parent 48932e3851
commit 1028e20d42
14 changed files with 44 additions and 55 deletions

View File

@@ -1,8 +1,9 @@
<script setup>
import { onLaunch, onShow, onHide } from "@dcloudio/uni-app";
import { getEvnUrl } from "@/request/api/config";
onLaunch(async () => {
console.log("App Launch");
onLaunch(() => {
getEvnUrl({ versionValue: "1.0.1" });
});
onShow(() => {