Commit 40081e39 by fengzhaoyu

fix:版本号 线上地址

parent 254285e0
export const globalUrl = "https://gateway-beta.mingwork.com"; export const globalUrl = "https://gateway2.mingwork.com";
export const globalUrl2 = "https://third-authentication-beta.mingwork.com"; export const globalUrl2 = "https://third-authentication.mingwork.com";
...@@ -879,7 +879,7 @@ create.Page({ ...@@ -879,7 +879,7 @@ create.Page({
maxClickCount--; maxClickCount--;
if (maxClickCount == 0) { if (maxClickCount == 0) {
dd.alert({ dd.alert({
content: "0.0.14" content: "0.0.15"
}); });
maxClickCount = 5; maxClickCount = 5;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment