feat(config): 更新后台服务地址并调整登录页面布局- 将后台地址从本地IP更新为指定服务器地址
- 注释掉登录页面的logo显示代码 - 保留企业前台和管理员地址配置不变dev
parent
4bc63ab6c1
commit
fef0b18438
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="login-container">
|
||||
<div class="login-logo">
|
||||
<img :src="imgUrl" alt="">
|
||||
</div>
|
||||
<!-- <div class="login-logo">-->
|
||||
<!-- <img :src="imgUrl" alt="">-->
|
||||
<!-- </div>-->
|
||||
<div class="login-top">
|
||||
<img :src="imgUrl2" alt="">
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
const config = {
|
||||
weburl: 'http://36.150.108.91:8501/', // 前台地址
|
||||
// httpurl: 'http://36.150.108.91:8501/zcloud-admin/', // 后台地址
|
||||
httpurl: 'http://192.168.4.227:8098/', // 后台地址
|
||||
httpurl: 'http://172.16.70.226:8080/sx_yjb_admin', // 后台地址
|
||||
// httpurl: 'https://operate.zcloudchina.com/', // 后台地址
|
||||
qyurl: 'https://qyag.zcloudchina.com/qyag/', // 企业前台
|
||||
adminurl: 'https://www.qdkjchina.com/qa-prevention-admin/',
|
||||
|
|
|
|||
Loading…
Reference in New Issue