refactor: edit baseUrl
This commit is contained in:
parent
ae0b4c3264
commit
2ab3cae057
3 changed files with 37 additions and 7 deletions
|
|
@ -4,6 +4,8 @@ import { ComposerTranslation, useI18n } from 'vue-i18n';
|
|||
import { defineStore } from 'pinia';
|
||||
import { Ref, ref } from 'vue';
|
||||
|
||||
export const baseUrl = import.meta.env.VITE_API_BASE_URL;
|
||||
|
||||
export function dialog(opts: {
|
||||
title: string;
|
||||
message: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue