system-clients 3.2.106-yzxt → 3.2.107-yzxt

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.2.106-yzxt",
3
+ "version": "3.2.107-yzxt",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -265,20 +265,6 @@ export default {
265
265
  this.titleShow = this.$appdata.getSingleValue('关于我们')
266
266
  window.versionTime = window.versionTime ? window.versionTime : new Date().getTime()
267
267
  this.vTime = this.format(new Date(window.versionTime));
268
- try{
269
- let http = new HttpResetClass()
270
- let res = await http.load('POST', 'rs/sql/singleTable',
271
- {data:{
272
- tablename: 't_changedeclare',
273
- condition: ` f_type ='变更通知' `
274
- }
275
- }, {resolveMsg: null, rejectMsg: null})
276
- if(res.data.length>0){
277
- console.log("---------------获取通知",res.data[0].f_change_message)
278
- this.notice=res.data[0].f_change_message
279
- }
280
- }catch(e){}
281
-
282
268
  this.loginother();
283
269
  $('#login-button').click(function (event) {
284
270
  event.preventDefault()