feat: 环境地址配置

This commit is contained in:
2026-01-16 10:25:55 +08:00
parent 5aba9afdd5
commit ff9227c3b8
4 changed files with 22 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import { onLaunch, onShow, onHide } from "@dcloudio/uni-app";
import { getEvnUrl } from "@/request/api/config";
import { getEvnUrl } from "@/request/base/config";
import { refreshToken } from "@/hooks/useGoLogin";
import { getAccessToken } from "@/constant/token";