changes
This commit is contained in:
@@ -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/" },
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { defineStore } from "pinia";
|
||||
|
||||
export const useStore = defineStore("maindev", {
|
||||
export const useStore = defineStore("main", {
|
||||
state: () => ({
|
||||
viewport: undefined,
|
||||
login: undefined,
|
||||
|
||||
Reference in New Issue
Block a user