|
|
@@ -5,7 +5,8 @@ window.DMX_VERSION = '1.0.1';
|
|
|
* 配置项最后一个字符 无需是 / 即,无需以 / 结束
|
|
|
*/
|
|
|
// window.API_BASE_URL = window.VITE_API_BASE_URL;
|
|
|
-window.API_BASE_URL = 'http://smartai.com:8163';
|
|
|
+window.API_BASE_URL = 'http://smartai.com:8163'; // 接口访问地址
|
|
|
+window.WEB_BASE_URL = 'http://smartai.com:8163'; // 页面跳转地址
|
|
|
// window.API_BASE_URL = 'http://192.168.20.119:13002';
|
|
|
window.featureConfigs = [
|
|
|
{
|