浏览代码

添加版本号

chenxiong 3 年之前
父节点
当前提交
bc726569b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/request.js

+ 1 - 1
common/request.js

@@ -15,7 +15,7 @@ export const BASE_IMG_URL = 'https://file-dev.xyyxt.net/'  //test
 
 export const socket_url = 'ws://42.192.164.187:19005/webSocket/'  //test
 
-export const version = '5.1' 
+export const version = '5.1'  //版本号
 export const tenantId = '867735392558919680' 
 export const myRequest = (options) => {
 	if (store.state.allowLoading && !options.noLoading) {