changes
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
// nuxt 3 - plugins/my-plugin.ts
|
||||
import { useStore } from "~/stores/index";
|
||||
import axios from "axios";
|
||||
import { io } from "socket.io-client";
|
||||
|
||||
export default defineNuxtPlugin(() => {
|
||||
const module = "application";
|
||||
@@ -338,8 +337,8 @@ export default defineNuxtPlugin(() => {
|
||||
{
|
||||
name: "common",
|
||||
commit: "common",
|
||||
url: "data/Biz_Setting/",
|
||||
url_detail: "data-detail/Biz_Setting/",
|
||||
url: "data/Common/",
|
||||
url_detail: "data-detail/Common/",
|
||||
params: { sort: "index" },
|
||||
},
|
||||
{ name: "upload", url: "upload/", params: {} },
|
||||
|
||||
Reference in New Issue
Block a user