Update auth

This commit is contained in:
Mulia Nasution
2023-05-29 15:48:01 +07:00
parent e577788c80
commit eb3599b351
7 changed files with 163 additions and 124 deletions

View File

@@ -4,10 +4,13 @@ import './themes/generated/theme.additional.css';
import { createApp } from "vue";
import router from "./router";
import themes from "devextreme/ui/themes";
import axios from 'axios'
import App from "./App";
import appInfo from "./app-info";
axios.defaults.baseURL = `${process.env.VUE_APP_ROOT_API}`;
themes.initialized(() => {
const app = createApp(App);
app.use(router);