|
@@ -1,14 +1,20 @@
|
|
|
export function getEditorJumpUrl () {
|
|
|
-
|
|
|
+ let url = 'http://localhost:8080'
|
|
|
|
|
|
|
|
|
- let url = "http://220.191.168.86:18089";
|
|
|
+
|
|
|
|
|
|
return url
|
|
|
}
|
|
|
|
|
|
export function getProjctManageUrl(){
|
|
|
-
|
|
|
- let url="http://106.15.206.14:8085/#";
|
|
|
+ let url="http://localhost:8080/#";
|
|
|
+
|
|
|
return url;
|
|
|
+}
|
|
|
+
|
|
|
+export function getProjctName(){
|
|
|
+ let name="森语";
|
|
|
+
|
|
|
+ return name;
|
|
|
}
|