|
@@ -36,6 +36,7 @@ export default function (context) {
|
|
|
"i"
|
|
"i"
|
|
|
);
|
|
);
|
|
|
let groups = regx.exec(url).groups;
|
|
let groups = regx.exec(url).groups;
|
|
|
|
|
+
|
|
|
let api = "";
|
|
let api = "";
|
|
|
let jishuinUrl = "";
|
|
let jishuinUrl = "";
|
|
|
let rooterUrl = "";
|
|
let rooterUrl = "";
|
|
@@ -46,6 +47,7 @@ export default function (context) {
|
|
|
env,
|
|
env,
|
|
|
port
|
|
port
|
|
|
} = groups;
|
|
} = groups;
|
|
|
|
|
+ console.log(groups)
|
|
|
switch (env) {
|
|
switch (env) {
|
|
|
case "www":
|
|
case "www":
|
|
|
api = "https://www.proginn.com";
|
|
api = "https://www.proginn.com";
|