代码更新

This commit is contained in:
GaoHao
2025-03-12 14:13:29 +08:00
parent 2f1523d4e9
commit c2135c6119
105 changed files with 2026 additions and 278 deletions

View File

@@ -71,9 +71,9 @@
import { onShow } from '@dcloudio/uni-app';
import go from '@/commons/utils/go.js';
import { shopStaffDetail,getShopStaffPermission,shopStaffAdd,shopStaffPut } from "@/api/staff.js"
import { getShopPermission } from "@/api/index.js"
import { getRoleList } from "@/api/role.js"
import { shopStaffDetail,getShopStaffPermission,shopStaffAdd,shopStaffPut } from "@/http/api/staff.js"
import { getShopPermission } from "@/http/api/index.js"
import { getRoleList } from "@/http/api/role.js"
const currentInstance = getCurrentInstance()
const props = defineProps({
type: {

View File

@@ -43,7 +43,7 @@
import { reactive, ref, watch, onMounted } from 'vue';
import { onShow } from '@dcloudio/uni-app';
import go from '@/commons/utils/go.js';
import { shopStaffList,shopStaffDel,shopStaffPut } from "@/api/staff.js"
import { shopStaffList,shopStaffDel,shopStaffPut } from "@/http/api/staff.js"
let pageData = reactive({
show: false,