Phoenix 7 months ago
parent 7ebf661b9e
commit 7e1a207810

@ -1,7 +1,7 @@
# Glob API URL
VITE_GLOB_API_URL=/api
VITE_APP_API_BASE_URL=http://114.218.158.24:9020
VITE_APP_API_BASE_URL=https://erpapi.fontree.cn
http://114.218.158.24:9020
https://erpapi.fontree.cn
# Whether long replies are supported, which may result in higher API fees

@ -603,7 +603,6 @@ const customRequest = async (file) => {
<span class="dark:text-black" v-if="loading">
<svg style="width:100%;height:100%;" xmlns="http://www.w3.org/2000/svg" :style="{color:currentColor}" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 12 12"><g fill="none"><path d="M5 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5zm6 2A5 5 0 1 1 1 6a5 5 0 0 1 10 0zm-1 0a4 4 0 1 0-8 0a4 4 0 0 0 8 0z" fill="currentColor"></path></g></svg>
</span>
</template>
</NButton>

Loading…
Cancel
Save