添加空字符
This commit is contained in:
@@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
|
||||
|
||||
module.exports = merge(prodEnv, {
|
||||
NODE_ENV: '"development"',
|
||||
BASE_API: '"http://127.0.0.1:48090"'
|
||||
// BASE_API: '"http://192.168.1.241:8080/prod-api"'
|
||||
// BASE_API: '"http://127.0.0.1:48090"'
|
||||
BASE_API: '"http://192.168.1.241:8080/prod-api"'
|
||||
})
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
@keyup.enter.native="handleLogin"
|
||||
>
|
||||
<div class="title_container">
|
||||
智慧大屏
|
||||
国瑞药业驾驶舱平台
|
||||
</div>
|
||||
<div style="height: 30px;"></div>
|
||||
<div class="form_fields">
|
||||
@@ -146,6 +146,12 @@ export default {
|
||||
mounted() {
|
||||
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: {
|
||||
handleLoginFocus() {
|
||||
if (this.loginForm.loginName === "") {
|
||||
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
"background-attachment": "initial",
|
||||
"background-origin": "initial",
|
||||
"background-clip": "initial",
|
||||
transform: `scale(${ratioEquipment}, ${ratioEquipment})`,
|
||||
|
||||
"transform-origin": "0 0"
|
||||
};
|
||||
this.widgets = data.dashboard.widgets;
|
||||
|
||||
Reference in New Issue
Block a user