标准版去除木垒相关
This commit is contained in:
parent
d947d70287
commit
f97ddf0131
@ -3,9 +3,9 @@ NODE_ENV = 'development'
|
||||
|
||||
# 本地环境接口地址(/api/index.ts文件中使用)
|
||||
# VITE_API_URL = 'http://192.168.34.155:6677'
|
||||
# VITE_API_URL = 'http://jxjzw.zhgdyun.com:6677'
|
||||
VITE_API_URL = 'http://jxjzw.zhgdyun.com:6677'
|
||||
# VITE_API_URL = "http://jxjzw.zhgdyun.com:6678"
|
||||
VITE_API_URL = 'http://222.80.185.228:6080'
|
||||
# VITE_API_URL = 'http://222.80.185.228:6080'
|
||||
VITE_WPAPI_URL = "http://182.90.224.147:8081"
|
||||
# VITE_API_URL = "http://182.90.224.147:6688"
|
||||
|
||||
|
||||
@ -2,9 +2,10 @@
|
||||
NODE_ENV = "production"
|
||||
|
||||
# 线上环境接口地址(easymock)
|
||||
VITE_API_URL = "http://jxjzw.zhgdyun.com:6677"
|
||||
# VITE_API_URL = "http://139.9.66.234:6688"
|
||||
# VITE_API_URL = "http://10.11.13.202:6080"
|
||||
VITE_API_URL = "http://222.80.185.228:6080"
|
||||
# VITE_API_URL = "http://222.80.185.228:6080"
|
||||
# VITE_API_URL = "http://jxjzw.zhgdyun.com:6678"
|
||||
# VITE_API_URL = "http://182.90.224.147:9012"
|
||||
# VITE_API_URL = "http://47.104.132.250:9000"
|
||||
|
||||
@ -45,8 +45,8 @@ router.beforeEach(async (to, from, next) => {
|
||||
// 2.动态设置标题
|
||||
const title = import.meta.env.VITE_GLOB_APP_TITLE;
|
||||
// document.title = to.meta.title ? `${to.meta.title} - ${title}` : title;
|
||||
// document.title = to.meta.title ? `${to.meta.title} ` : title;
|
||||
document.title = "木垒县新能源工程安全监管平台";
|
||||
document.title = to.meta.title ? `${to.meta.title} ` : title;
|
||||
// document.title = "木垒县新能源工程安全监管平台";
|
||||
// 附加.判断是否特殊进入,是的话则默认登录
|
||||
console.info(to, "to..", globalStore.token);
|
||||
if (to.query.projectId) {
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div class="login-container">
|
||||
<div class="login-title-content">
|
||||
<!-- <div class="login-title">佳信捷30综合展示系统</div> -->
|
||||
<div class="login-title">木垒县新能源工程安全监管平台</div>
|
||||
<div class="login-title">佳信捷30综合展示系统</div>
|
||||
<!-- <div class="login-title">木垒县新能源工程安全监管平台</div> -->
|
||||
<div class="login-title-bg"></div>
|
||||
</div>
|
||||
<div class="login-pannel" v-if="!nonLogin">
|
||||
@ -148,7 +148,7 @@ const getPlusConfig = async () => {
|
||||
if (result) {
|
||||
let arr = JSON.parse(result.configValue);
|
||||
console.info(arr, "arr----");
|
||||
isEnter.value = arr[3].value;
|
||||
isEnter.value = arr[3]?.value;
|
||||
}
|
||||
};
|
||||
// 跳转到后台系统
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user