Commit c44308bf authored by 张鹏程's avatar 张鹏程

修改配置2

parent b2d2e413
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="1f28ff16-985c-408d-9d38-5a0a90f5e5da" name="Default" comment="" /> <list default="true" id="1f28ff16-985c-408d-9d38-5a0a90f5e5da" name="Default" comment="">
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/lua-ui/config/quantcube-ui.js" afterPath="$PROJECT_DIR$/lua-ui/config/quantcube-ui.js" />
</list>
<ignored path="config_repository.iws" /> <ignored path="config_repository.iws" />
<ignored path=".idea/workspace.xml" /> <ignored path=".idea/workspace.xml" />
<ignored path=".idea/dataSources.local.xml" /> <ignored path=".idea/dataSources.local.xml" />
...@@ -25,8 +27,8 @@ ...@@ -25,8 +27,8 @@
<file leaf-file-name="quantcube-ui.js" pinned="false" current-in-tab="true"> <file leaf-file-name="quantcube-ui.js" pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/lua-ui/config/quantcube-ui.js"> <entry file="file://$PROJECT_DIR$/lua-ui/config/quantcube-ui.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.19701986"> <state vertical-scroll-proportion="0.058925476">
<caret line="7" column="1" selection-start-line="7" selection-start-column="1" selection-end-line="7" selection-end-column="1" /> <caret line="2" column="73" selection-start-line="2" selection-start-column="73" selection-end-line="2" selection-end-column="73" />
<folding /> <folding />
</state> </state>
</provider> </provider>
...@@ -747,16 +749,16 @@ ...@@ -747,16 +749,16 @@
<option name="number" value="Default" /> <option name="number" value="Default" />
<updated>1532922699626</updated> <updated>1532922699626</updated>
<workItem from="1532922701068" duration="817000" /> <workItem from="1532922701068" duration="817000" />
<workItem from="1532946253152" duration="54000" /> <workItem from="1532946253152" duration="444000" />
</task> </task>
<servers /> <servers />
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="871000" /> <option name="totallyTimeSpent" value="1261000" />
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="0" y="0" width="1680" height="1050" extended-state="6" /> <frame x="0" y="0" width="1680" height="1050" extended-state="6" />
<editor active="false" /> <editor active="true" />
<layout> <layout>
<window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" /> <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="3" side_tool="false" content_ui="tabs" />
<window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" /> <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" show_stripe_button="true" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
...@@ -817,8 +819,8 @@ ...@@ -817,8 +819,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/lua-ui/config/quantcube-ui.js"> <entry file="file://$PROJECT_DIR$/lua-ui/config/quantcube-ui.js">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state vertical-scroll-proportion="0.19701986"> <state vertical-scroll-proportion="0.058925476">
<caret line="7" column="1" selection-start-line="7" selection-start-column="1" selection-end-line="7" selection-end-column="1" /> <caret line="2" column="73" selection-start-line="2" selection-start-column="73" selection-end-line="2" selection-end-column="73" />
<folding /> <folding />
</state> </state>
</provider> </provider>
......
const protocol = window.location.protocol const protocol = window.location.protocol
const opApiHost = `${protocol}//opapi.domain.com` const opApiHost = `${protocol}//opapi.domain.com`
const flowApiHost = `${protocol}//quantcube-api.xyqb.com` const flowApiHost = `${protocol}//quantcube-api-pengcheng.liangkebang.com`
export default { export default {
opApiHost: opApiHost, opApiHost: opApiHost,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment