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