1
2
3
4
5
6
7
8
9
10
11
| var WGURL = {
| UseSSO: false,
| namespace: "",
| cookieDomain: "localhost",
| routeKey: "bwf-router",
| SSOLoginUri: "http://rbac.farriver.top/ssologin",
| ifcDomain: "http://ifc.farriver.top",
| staticDomain: "http://bwf.farriver.top/static/",
| appDomain: "http://bwf.farriver.top/",
| // appDomain: "http://localhost:8080/",
| }
|
|