tanghaolin
2025-03-06 acc102e8fb864626ddc87f35542037534aaecf7d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
window.globalConfig = {
    WebApiUrl: {
        MainUrl: 'http://desmi.xpump.net/api/',
        FileUrl: 'http://desmi.xpump.net/file/',
    },
    UnitSetting: {
        CN: {
          Standard: 0, //单位标准(0表示工制)
          Flow: -1,
          Head: -1,
          Power: -1,
          NPSH: 0,
          D2: -1,
        }
      },
};