Commit b1a92c73f4db31ca3e8f659a517499998bac3069

Authored by ww
1 parent e5644ea2

fix: app platform access configuration page proxy prefix config error

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -2,7 +2,7 @@ import {
2 2 getTabbarHeight
3 3 } from '@/plugins/utils';
4 4 let baseUrl = "https://dev.thingskit.com/api";
5   -let baseDrawioUrl = "https://dev.thingskit.com/thingskit-drawio"
  5 +let baseDrawioUrl = "https://dev.thingskit.com/thingskit-scada"
6 6
7 7 let systemInfo = {
8 8 ...getTabbarHeight(),
... ...