diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..abc7fea --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/qingcheng-xiaochengxu.iml b/.idea/qingcheng-xiaochengxu.iml new file mode 100644 index 0000000..24643cc --- /dev/null +++ b/.idea/qingcheng-xiaochengxu.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/request.js b/request.js index d0ab4a9..298dcad 100644 --- a/request.js +++ b/request.js @@ -1,2 +1 @@ -export const url='http://1.94.237.210:3457'; -export const localhost = 'http://localhost:3456' \ No newline at end of file +export const url='http://1.94.237.210:3457'; \ No newline at end of file