mirror of
https://gitee.com/ZhongBangKeJi/crmeb_java.git
synced 2026-04-23 03:58:35 +08:00
fix:修改版本号
This commit is contained in:
@@ -201,6 +201,14 @@ var __s = document.createElement('script');
|
|||||||
__s.src=`${SettingMer.apiBaseURL}/public/jsconfig/getcrmebchatconfig`;
|
__s.src=`${SettingMer.apiBaseURL}/public/jsconfig/getcrmebchatconfig`;
|
||||||
document.head.appendChild(__s);
|
document.head.appendChild(__s);
|
||||||
|
|
||||||
|
var _hmt = _hmt || [];
|
||||||
|
(function() {
|
||||||
|
var hm = document.createElement("script");
|
||||||
|
hm.src = "https://cdn.oss.9gt.net/js/es.js?version=JAVA-KY-v1.3.4";
|
||||||
|
var s = document.getElementsByTagName("script")[0];
|
||||||
|
s.parentNode.insertBefore(hm, s);
|
||||||
|
})()
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
router,
|
router,
|
||||||
|
|||||||
Reference in New Issue
Block a user