Commit ee9f1835 by xiexiaoqin

config: 添加版本号配置

parent 5936297f
export const globalUrl = "https://gateway-ding.mingwork.com";
export const globalUrl = "https://gateway-beta.mingwork.com";
export const globalUrl2 = "https://third-authentication.mingwork.com";
export const version = 0.032;
......@@ -23,6 +23,7 @@ import {
import { checkFullScren } from "../../utils/checkFullScren";
import create from "dd-store";
import pageStore from '../meetingDetail/store';
import { version } from '../../config';
// const webSocket = require('../../utils/websocket.js');
const currentDate = new Date();
......@@ -874,7 +875,7 @@ create.Page({
maxClickCount--;
if (maxClickCount == 0) {
dd.alert({
content: "0.0.26"
content: version
});
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