Commit 3bf3f7f0cec4aeb89aed0e364ee305649917480e

Authored by xp.Huang
2 parents e5644ea2 b1a92c73

Merge branch 'ww' into 'main'

fix: app platform access configuration page proxy prefix config error

See merge request huang/thingskit-app!73
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(),
... ...