Commit 83939285 authored by 刘松's avatar 刘松

表格更新 解绑记录和账户

parent ec45c4f8
'use strict'; 'use strict';
module.exports = require('./config.default.js'); try {
\ No newline at end of file module.exports = require('./config_current.js');
} catch (err) {
module.exports = require('./config.default.js');
}
\ No newline at end of file
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