This commit is contained in:
anhduy-tech
2026-05-18 11:45:21 +07:00
parent 4edb2ff22b
commit 1283757903
7 changed files with 14 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
export default defineNuxtPlugin((nuxtApp) => {
const module = "application";
const mode = "dev";
const mode = "prod";
const paths = [
{ name: "dev", url: "https://erpapi.bigdatatech.vn/" },
{ name: "local", url: "http://localhost:8000/" },

View File

@@ -1,6 +1,6 @@
import { defineStore } from "pinia";
export const useStore = defineStore("maindev", {
export const useStore = defineStore("main", {
state: () => ({
viewport: undefined,
login: undefined,