We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d058f86 commit e62dad4Copy full SHA for e62dad4
web/js/util/util.js
@@ -1,7 +1,7 @@
1
//工具类
2
define([],function(){
3
var reg = /^#([0-9a-fA-f]{3}|[0-9a-fA-f]{6})$/;
4
- var domainUrl = 'http://aeditor.alloyteam.com';
+ var domainUrl = 'http://aeditor.alloyteam.com/cgi';
5
6
var userId = 'ID_USER_0';
7
0 commit comments