工业视觉平台
This commit is contained in:
parent
34346a5c44
commit
55327aa06b
BIN
god-ui/public/images/denglu.png
Normal file
BIN
god-ui/public/images/denglu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 MiB |
BIN
god-ui/public/images/weitu.png
Normal file
BIN
god-ui/public/images/weitu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 MiB |
@ -290,10 +290,10 @@ export default {
|
|||||||
break;
|
break;
|
||||||
case '9407':
|
case '9407':
|
||||||
document.title = '工业视觉平台'
|
document.title = '工业视觉平台'
|
||||||
loginDom.style.backgroundImage = 'url(/images/jiqi1.png)'
|
loginDom.style.backgroundImage = 'url(/images/denglu.png)'
|
||||||
this.redirect = '/index'
|
this.redirect = '/index'
|
||||||
const dom31 = document.querySelector('.login-form')
|
const dom31 = document.querySelector('.login-form')
|
||||||
dom31.style.marginLeft = '-34vw'
|
dom31.style.marginLeft = '64vw'
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
document.title = ''
|
document.title = ''
|
||||||
|
@ -9,7 +9,7 @@ const CompressionPlugin = require('compression-webpack-plugin')
|
|||||||
|
|
||||||
const name = process.env.VUE_APP_TITLE || '' // 网页标题
|
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 配置说明
|
||||||
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
||||||
|
Loading…
Reference in New Issue
Block a user