| | |
| | | import { dayjs } from "element-plus"; |
| | | // import XLSX from "xlsx"; //瀵煎叆xlsx |
| | | |
| | | export const baseUrl = "http://192.168.0.80:5000/" |
| | | export const baseUrl = "http://115.159.85.185:9098/" |
| | | // http://192.168.0.80:5000/ |
| | | // http://115.159.85.185:9098/ |
| | | |
| | |
| | | |
| | | <script setup> |
| | | import { getCodeImg, login, CleanUnusedImages } from "@/api/login"; |
| | | import { UploadImg } from "@/api/user"; |
| | | |
| | | import { useRouter, useRoute } from "vue-router"; |
| | | import { getCurrentInstance, ref, nextTick, onMounted } from "vue"; |
| | | import { ElMessage } from "element-plus"; |
| | |
| | | <template #default="scope"> |
| | | <el-image |
| | | style="width: 70px; height: 70px" |
| | | :src=" |
| | | 'http://115.159.85.185:9098' + scope.row.headImageUrl |
| | | " |
| | | :src="'http://115.159.85.185:9098' + scope.row.headImageUrl" |
| | | show-progress |
| | | :initial-index="4" |
| | | fit="cover" |
| | |
| | | dialogVisible.value = false; |
| | | initData(); |
| | | }); |
| | | console.log(val); |
| | | }; |
| | | // 鐢ㄦ埛瑙掕壊鏄惁鍚敤 |
| | | const changeRoleSwitch = (val) => { |