添加空字符

This commit is contained in:
chy
2026-02-28 08:46:34 +08:00
parent 8ec6582ffc
commit 458ac46ca4
3 changed files with 10 additions and 4 deletions

View File

@@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, { module.exports = merge(prodEnv, {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BASE_API: '"http://127.0.0.1:48090"' // BASE_API: '"http://127.0.0.1:48090"'
// BASE_API: '"http://192.168.1.241:8080/prod-api"' BASE_API: '"http://192.168.1.241:8080/prod-api"'
}) })

View File

@@ -14,7 +14,7 @@
@keyup.enter.native="handleLogin" @keyup.enter.native="handleLogin"
> >
<div class="title_container"> <div class="title_container">
智慧大屏 国瑞药业驾驶舱平台
</div> </div>
<div style="height: 30px;"></div> <div style="height: 30px;"></div>
<div class="form_fields"> <div class="form_fields">
@@ -146,6 +146,12 @@ export default {
mounted() { mounted() {
this.handleLoginFocus(); this.handleLoginFocus();
}, },
created() {
var isTs=true;
if(isTs){
//window.location.href = 'http://127.0.0.1/login?redirect=/lig/oauth2/oauth2/application&appid=330b4ecb60c9a6802b957fe1e5a5ecd3&url=http://localhost:9528/#/login';
}
},
methods: { methods: {
handleLoginFocus() { handleLoginFocus() {
if (this.loginForm.loginName === "") { if (this.loginForm.loginName === "") {

View File

@@ -54,7 +54,7 @@ export default {
"background-attachment": "initial", "background-attachment": "initial",
"background-origin": "initial", "background-origin": "initial",
"background-clip": "initial", "background-clip": "initial",
transform: `scale(${ratioEquipment}, ${ratioEquipment})`,
"transform-origin": "0 0" "transform-origin": "0 0"
}; };
this.widgets = data.dashboard.widgets; this.widgets = data.dashboard.widgets;