Browse Source

[修改]修改系统名称和版权名称

dev
邵佳豪 3 years ago
parent
commit
703a72d09c
  1. 22
      proxy.config.json
  2. 4
      src/app/pages/login/login.component.html
  3. 4
      src/app/pages/login/login.component.scss
  4. 2
      src/app/system-management/navigation/navigation.component.html
  5. 2
      src/index.html

22
proxy.config.json

@ -1,13 +1,13 @@
{
"/api": {
"target": "http://39.106.78.171:8906",
"secure": false,
"changeOrigin": true
},
"/signalr": {
"target": "http://39.106.78.171:8906",
"secure": false,
"ws": true,
"logLevel": "debug"
"/api": {
"target": "http://39.106.78.171:8906",
"secure": false,
"changeOrigin": true
},
"/signalr": {
"target": "http://39.106.78.171:8906",
"secure": false,
"ws": true,
"logLevel": "debug"
}
}
}

4
src/app/pages/login/login.component.html

@ -1,7 +1,7 @@
<div class="login" id="login">
<div class="card">
<h1 class="cardheader">欢迎登录</h1>
<h1 class="cardheader">中化石油智能安全管理系统</h1>
<h1 class="cardheader">加油站智能安全管理系统</h1>
<form nz-form [formGroup]="validateForm" class="login-form" (ngSubmit)="submitForm()">
<nz-form-item>
@ -37,7 +37,7 @@
<button [nzLoading]="isLoading" nz-button class="login-form-button login-form-margin"
[nzType]="'primary'">登录</button>
</form>
<p class="company">中化石油销售有限公司 版权所有</p>
<p class="company">中化石油销售有限公司 北京安信科创软件有限公司 版权所有</p>
</div>

4
src/app/pages/login/login.component.scss

@ -13,10 +13,10 @@
transform: translate(-50%,-50%);
background-color: rgba(0, 13, 33, 0.24);
border-radius: 16px;
width: 456px;
width: 468px;
height: 548px;
box-sizing: border-box;
padding: 79px 48px 42px 48px;
padding: 79px 45px 42px 45px;
color: rgba(255, 255, 255, 1);
}

2
src/app/system-management/navigation/navigation.component.html

@ -23,7 +23,7 @@
</nz-sider>
<nz-layout>
<nz-header>
<span>Hey,欢迎登录加油站可视化智能安全管理系统</span>
<span>Hey,欢迎登录加油站智能安全管理系统</span>
<a nz-dropdown [nzDropdownMenu]="menu" [nzTrigger]="'click'" [nzBackdrop]='false'>
<i nz-icon nzType="setting"></i>
</a>

2
src/index.html

@ -2,7 +2,7 @@
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>中化石油智能安全管理系统</title>
<title>加油站智能安全管理系统</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">

Loading…
Cancel
Save