|
@@ -61,9 +61,8 @@ export default {
|
|
});
|
|
});
|
|
}
|
|
}
|
|
let from = new FormData();
|
|
let from = new FormData();
|
|
- from.append("username", "cxzx");
|
|
|
|
- from.append("sign", sha256("cxzx?JNYJDCQ41JCSXDL").toLowerCase());
|
|
|
|
- console.log(sha256("?JNYJDCQ41JCSXDL").toLowerCase())
|
|
|
|
|
|
+ from.append("username", "lyl");
|
|
|
|
+ from.append("sign", sha256("lyl?lyl@Q41qtjsql").toLowerCase());
|
|
guijiLogin(from).then(res => {
|
|
guijiLogin(from).then(res => {
|
|
localStorage.guijiToken = res.token || "";
|
|
localStorage.guijiToken = res.token || "";
|
|
guijiActivity().then(topic => {
|
|
guijiActivity().then(topic => {
|
|
@@ -74,7 +73,7 @@ export default {
|
|
getMap() {
|
|
getMap() {
|
|
defaultAjax({
|
|
defaultAjax({
|
|
url:
|
|
url:
|
|
- "https://djweb.smcic.net/dj/static/chinaMap.json",
|
|
|
|
|
|
+ "https://dangjian-web.oss-accelerate-overseas.aliyuncs.com/dj/static/chinaMap.json",
|
|
}).then(map => {
|
|
}).then(map => {
|
|
localStorage.setItem("chinaMap", JSON.stringify(map.json));
|
|
localStorage.setItem("chinaMap", JSON.stringify(map.json));
|
|
this.init();
|
|
this.init();
|