工业视觉平台

This commit is contained in:
卢序振 2024-07-11 18:56:48 +08:00
parent 34346a5c44
commit 55327aa06b
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -290,10 +290,10 @@ export default {
break;
case '9407':
document.title = '工业视觉平台'
loginDom.style.backgroundImage = 'url(/images/jiqi1.png)'
loginDom.style.backgroundImage = 'url(/images/denglu.png)'
this.redirect = '/index'
const dom31 = document.querySelector('.login-form')
dom31.style.marginLeft = '-34vw'
dom31.style.marginLeft = '64vw'
break;
default:
document.title = ''

View File

@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '' // 网页标题
const port = process.env.port || process.env.npm_config_port || 80 // 端口
const port = process.env.port || process.env.npm_config_port || 80// 端口
// vue.config.js 配置说明
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions