@@ -1,5 +1,5 @@
NODE_ENV=production
-VUE_APP_PREVIEW=true
+VUE_APP_PREVIEW=false
VUE_APP_API_BASE_URL=https://t.qpls-it.360arrow.com/qpls-it
VUE_APP_VERSION=V1.0.1
VUE_APP_ENVTIPS=练习环境
@@ -43,11 +43,14 @@ export default {
.envtipsBox{
position: fixed;
z-index: 100000;
- background: #2700ff;
+ background: red;
width: 230px;
text-align: center;
color: #fff;
font-size: 30px;
- bottom: 0;
+ top: 0;
+ left: 0;
+ width: 50%;
+ margin-left: 25%;
}
</style>