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