updated demo scripts of database
parent
ff501fdf2f
commit
fcd78f2b09
|
@ -245,7 +245,7 @@ USE `myems_system_db`;
|
|||
INSERT INTO `myems_system_db`.`tbl_energy_flow_diagrams`
|
||||
(`id`, `name`, `uuid`)
|
||||
VALUES
|
||||
(1, '低压配电系统', '3ccbc9c6-9575-4212-a63a-a688d1154302');
|
||||
(1, '示例能流图', '3ccbc9c6-9575-4212-a63a-a688d1154302');
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@ USE `myems_system_db`;
|
|||
INSERT INTO `myems_system_db`.`tbl_energy_flow_diagrams`
|
||||
(`id`, `name`, `uuid`)
|
||||
VALUES
|
||||
(1, '低压配电系统', '3ccbc9c6-9575-4212-a63a-a688d1154302');
|
||||
(1, '示例能流图', '3ccbc9c6-9575-4212-a63a-a688d1154302');
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
|
|
@ -246,7 +246,7 @@ USE `myems_system_db`;
|
|||
INSERT INTO `myems_system_db`.`tbl_energy_flow_diagrams`
|
||||
(`id`, `name`, `uuid`)
|
||||
VALUES
|
||||
(1, '低压配电系统', '3ccbc9c6-9575-4212-a63a-a688d1154302');
|
||||
(1, '示例能流图', '3ccbc9c6-9575-4212-a63a-a688d1154302');
|
||||
|
||||
COMMIT;
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
export const version = '1.2.3';
|
||||
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
|
||||
export const topNavbarBreakpoint = 'lg';
|
||||
export const APIBaseURL = 'http://127.0.0.1:8000';
|
||||
//export const APIBaseURL = window.location.protocol+"//"+window.location.hostname+":"+window.location.port+"/api";
|
||||
//export const APIBaseURL = 'http://127.0.0.1:8000';
|
||||
export const APIBaseURL = window.location.protocol+"//"+window.location.hostname+":"+window.location.port+"/api";
|
||||
export const settings = {
|
||||
isFluid: true,
|
||||
isRTL: false,
|
||||
|
|
Loading…
Reference in New Issue