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

@ -1,8 +1,8 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = 木鸢BMS平台 VITE_APP_TITLE = 木鸢物联平台
# 开发环境配置 # 开发环境配置
VITE_APP_ENV = 'caddy' VITE_APP_ENV = 'caddy'
# 木鸢BMS平台/开发环境 # 木鸢物联平台/开发环境
VITE_APP_BASE_API = '/prod-api' VITE_APP_BASE_API = '/prod-api'

View File

@ -1,8 +1,8 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = 木鸢BMS平台 VITE_APP_TITLE = 木鸢物联平台
# 开发环境配置 # 开发环境配置
VITE_APP_ENV = 'development' VITE_APP_ENV = 'development'
# 木鸢BMS平台/开发环境 # 木鸢物联平台/开发环境
VITE_APP_BASE_API = '/dev-api' VITE_APP_BASE_API = '/dev-api'

View File

@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = 木鸢BMS平台 VITE_APP_TITLE = 木鸢物联平台
# 生产环境配置 # 生产环境配置
VITE_APP_ENV = 'production' VITE_APP_ENV = 'production'
# 木鸢BMS平台/生产环境 # 木鸢物联平台/生产环境
VITE_APP_BASE_API = '/api' VITE_APP_BASE_API = '/api'
# 是否在打包时开启压缩,支持 gzip 和 brotli # 是否在打包时开启压缩,支持 gzip 和 brotli

View File

@ -1,10 +1,10 @@
# 页面标题 # 页面标题
VITE_APP_TITLE = 木鸢BMS平台 VITE_APP_TITLE = 木鸢物联平台
# 生产环境配置 # 生产环境配置
VITE_APP_ENV = 'staging' VITE_APP_ENV = 'staging'
# 木鸢BMS平台/生产环境 # 木鸢物联平台/生产环境
VITE_APP_BASE_API = '/stage-api' VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli # 是否在打包时开启压缩,支持 gzip 和 brotli

View File

@ -9,7 +9,7 @@
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/> />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<title>木鸢BMS平台</title> <title>木鸢物联平台</title>
<!--[if lt IE 11 <!--[if lt IE 11
]><script> ]><script>
window.location.href = "/html/ie.html"; window.location.href = "/html/ie.html";

View File

@ -1,7 +1,7 @@
{ {
"name": "ruoyi", "name": "ruoyi",
"version": "3.8.5", "version": "3.8.5",
"description": "木鸢BMS平台", "description": "木鸢物联平台",
"author": "若依", "author": "若依",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {

View File

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

View File

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

View File

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