|
@@ -158,7 +158,8 @@ export default {
|
158
|
158
|
const isProd = process.env.NODE_ENV === "production";
|
159
|
159
|
// let url;
|
160
|
160
|
if (!isProd) {
|
161
|
|
- this.url = `http://101.36.160.210:31055/crk/#/welcome/?username=${u}&password=${p}`;
|
|
161
|
+ // this.url = `http://101.36.160.210:31055/crk/#/welcome/?username=${u}&password=${p}`;
|
|
162
|
+ this.url = `http://101.36.160.210:31055/crk/?k_username=${u}&k_password=${p}`;
|
162
|
163
|
} else {
|
163
|
164
|
this.url = `http://172.18.93.228:80/#/welcome?username=${u}&password=${p}`;
|
164
|
165
|
}
|