Browse Source

modify some codes

master
xiaowuler 3 years ago
parent
commit
2c8d80750d
  1. 18
      04.系统编码/Backend/src/main/resources/application.yml
  2. 2
      04.系统编码/Frontend/src/components/RamanLidar.vue
  3. 3
      04.系统编码/Frontend/src/model/constant.ts
  4. 8
      04.系统编码/Frontend/src/uilts/Config.ts

18
04.系统编码/Backend/src/main/resources/application.yml

@ -6,12 +6,12 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
datasource:
url: jdbc:mysql://112.124.40.88:33306/user_information?useUnicode=true&characteEncoding=utf-8
username: root
password: 3cqscbr@only1
# url: jdbc:mysql://10.124.102.10:3306/user_information?useUnicode=true&characteEncoding=utf-8
# url: jdbc:mysql://112.124.40.88:33306/user_information?useUnicode=true&characteEncoding=utf-8
# username: root
# password: Njsqxj_sthj@2021
# password: 3cqscbr@only1
url: jdbc:mysql://10.124.102.10:3306/user_information?useUnicode=true&characteEncoding=utf-8
username: root
password: Njsqxj_sthj@2021
# url: jdbc:mysql://192.168.6.6:3306/njsthj?useUnicode=true&characteEncoding=utf-8
# username: njsthj
# password: Njsqxj_sthj@2021
@ -20,9 +20,9 @@ custom:
image:
url: ${custom.parent-url}:${server.port}/product
gifPath: ${custom.image.path}/gif
path: D:/Deployments/LamanRadar/product
parent-url: http://localhost
# path: /home/project/NJEnvironmentPlatform/html/product
# parent-url: http://10.124.102.10
# path: D:/Deployments/LamanRadar/product
# parent-url: http://localhost
path: /home/project/NJEnvironmentPlatform/html/product
parent-url: http://10.124.102.10
# path: /home/develop/product
# parent-url: http://rdp.nagr.com.cn

2
04.系统编码/Frontend/src/components/RamanLidar.vue

@ -231,7 +231,7 @@ export default {
currentRegion: 'jiangning',
currentElement: 'PBLH',
currentType: '边界层高度',
date: moment('2022-01-02').format('YYYY-MM-DD'),
date: moment().add(-1, 'd').format('YYYY-MM-DD'),
times: [],
currentTime: null,
downloadImgUrl: '/images/default-picture.png',

3
04.系统编码/Frontend/src/model/constant.ts

@ -2,5 +2,6 @@ export class Constant{
public static readonly baseUrl: string = 'http://rdp.nagr.com.cn:18080';
}
export class ConstantRamanLidar{
public static readonly baseUrl: string = 'http://112.124.40.88:5511';
// public static readonly baseUrl: string = 'http://112.124.40.88:5511';
public static readonly baseUrl: string = 'http://10.124.102.10:9998';
}

8
04.系统编码/Frontend/src/uilts/Config.ts

@ -2,10 +2,10 @@ import { Moment } from "moment";
import { format } from "./String";
export class Config {
// public static url: string = "";
// public static parentUrl: string = "http://10.124.102.10:8002/product/picture";
public static url: string = "http://localhost:8002";
public static parentUrl: string = "http://112.124.40.88:8999/product/picture";
public static url: string = "";
public static parentUrl: string = "http://10.124.102.10:8002/product/picture";
// public static url: string = "http://localhost:8002";
// public static parentUrl: string = "http://112.124.40.88:8999/product/picture";
// public static parentUrl: string = "http://rdp.nagr.com.cn:8082/product/picture";
}

Loading…
Cancel
Save