You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
565 B
15 lines
565 B
// #ifdef H5
|
|
import HQChart from '@/uni_modules/jones-hqchart2/js_sdk/umychart.uniapp.h5.js'
|
|
//HQChart.JSChart.SetDomain("xxxxx.com");
|
|
//HQChart.JSComplier.SetDomain("xxxx.com");
|
|
// #endif
|
|
|
|
// #ifndef H5
|
|
import {JSCommon} from '@/uni_modules/jones-hqchart2/js_sdk/umychart.wechat.3.0.js'
|
|
import {JSCommonHQStyle} from '@/uni_modules/jones-hqchart2/js_sdk/umychart.style.wechat.js'
|
|
import {JSCommonComplier} from "@/uni_modules/jones-hqchart2/js_sdk/umychart.complier.wechat.js"
|
|
|
|
//禁用日志
|
|
JSConsole.Complier.Log=()=>{ };
|
|
JSConsole.Chart.Log=()=>{ };
|
|
// #endif
|