change default login user
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 木鸢BMS平台
|
||||
VITE_APP_TITLE = 木鸢物联平台
|
||||
|
||||
# 开发环境配置
|
||||
VITE_APP_ENV = 'caddy'
|
||||
|
||||
# 木鸢BMS平台/开发环境
|
||||
# 木鸢物联平台/开发环境
|
||||
VITE_APP_BASE_API = '/prod-api'
|
||||
|
@ -1,8 +1,8 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 木鸢BMS平台
|
||||
VITE_APP_TITLE = 木鸢物联平台
|
||||
|
||||
# 开发环境配置
|
||||
VITE_APP_ENV = 'development'
|
||||
|
||||
# 木鸢BMS平台/开发环境
|
||||
# 木鸢物联平台/开发环境
|
||||
VITE_APP_BASE_API = '/dev-api'
|
||||
|
@ -1,10 +1,10 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 木鸢BMS平台
|
||||
VITE_APP_TITLE = 木鸢物联平台
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'production'
|
||||
|
||||
# 木鸢BMS平台/生产环境
|
||||
# 木鸢物联平台/生产环境
|
||||
VITE_APP_BASE_API = '/api'
|
||||
|
||||
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
||||
|
@ -1,10 +1,10 @@
|
||||
# 页面标题
|
||||
VITE_APP_TITLE = 木鸢BMS平台
|
||||
VITE_APP_TITLE = 木鸢物联平台
|
||||
|
||||
# 生产环境配置
|
||||
VITE_APP_ENV = 'staging'
|
||||
|
||||
# 木鸢BMS平台/生产环境
|
||||
# 木鸢物联平台/生产环境
|
||||
VITE_APP_BASE_API = '/stage-api'
|
||||
|
||||
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
||||
|
@ -9,7 +9,7 @@
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||
/>
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<title>木鸢BMS平台</title>
|
||||
<title>木鸢物联平台</title>
|
||||
<!--[if lt IE 11
|
||||
]><script>
|
||||
window.location.href = "/html/ie.html";
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ruoyi",
|
||||
"version": "3.8.5",
|
||||
"description": "木鸢BMS平台",
|
||||
"description": "木鸢物联平台",
|
||||
"author": "若依",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -60,7 +60,7 @@ defineProps({
|
||||
},
|
||||
});
|
||||
|
||||
const title = ref("木鸢BMS平台");
|
||||
const title = ref("木鸢物联平台");
|
||||
const settingsStore = useSettingsStore();
|
||||
const sideTheme = computed(() => settingsStore.sideTheme);
|
||||
</script>
|
||||
|
@ -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: "",
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user