change default login user

This commit is contained in:
2023-07-11 17:22:38 +08:00
parent 464838e09d
commit d9b83fcb6b
9 changed files with 26 additions and 26 deletions

View File

@ -60,7 +60,7 @@ defineProps({
},
});
const title = ref("木鸢BMS平台");
const title = ref("木鸢物联平台");
const settingsStore = useSettingsStore();
const sideTheme = computed(() => settingsStore.sideTheme);
</script>

View File

@ -197,8 +197,8 @@ const router = useRouter();
const { proxy } = getCurrentInstance();
const loginForm = ref({
username: "admin",
password: "admin123",
username: "iotdemo",
password: "123456",
rememberMe: false,
code: "",
uuid: "",

View File

@ -200,19 +200,19 @@ if (route.query.id) {
>审核
</el-button>
</el-col>
<el-col :span="1.5">
<el-button
v-if="
route.path === '/maintenance/handle-order-detail' &&
detail.status !== '4' &&
detail.status !== '2'
"
icon="upload"
type="primary"
@click="handleCommitOrder"
>提交审核
</el-button>
</el-col>
<!-- <el-col :span="1.5">-->
<!-- <el-button-->
<!-- v-if="-->
<!-- route.path === '/maintenance/handle-order-detail' &&-->
<!-- detail.status !== '4' &&-->
<!-- detail.status !== '2'-->
<!-- "-->
<!-- icon="upload"-->
<!-- type="primary"-->
<!-- @click="handleCommitOrder"-->
<!-- >提交审核-->
<!-- </el-button>-->
<!-- </el-col>-->
</el-row>
<el-table
:data="detail.alerts"