Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
336ef3cb
Commit
336ef3cb
authored
Aug 03, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
3f55a84c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
default.conf
default.conf
+3
-3
package.json
package.json
+4
-3
Receive.jsx
src/pages/Test/Receive.jsx
+0
-1
No files found.
default.conf
View file @
336ef3cb
...
@@ -6,13 +6,13 @@ server {
...
@@ -6,13 +6,13 @@ server {
access_log
/
var
/
log
/
nginx
/
host
.
access
.
log
main
;
access_log
/
var
/
log
/
nginx
/
host
.
access
.
log
main
;
location
/
idtAppServiceV6
{
location
/
idtAppServiceV6
{
proxy_pass
http
://
124
.
93
.
101
.
8
:
9988
/
idtAppServiceV6
/;
proxy_pass
http
s
://
dgoa
.
demo
.
idtzw
.
com
.
cn
/
idtAppServiceV6
/;
}
}
location
/
department
{
location
/
department
{
proxy_pass
http
://
app
.
idt
.
thinker
.
vc
/
department
;
proxy_pass
http
s
://
app
.
idt
.
thinker
.
vc
/
department
;
}
}
location
/
demo
{
location
/
demo
{
proxy_pass
http
://
app
.
idt
.
thinker
.
vc
/
demo
;
proxy_pass
http
s
://
app
.
idt
.
thinker
.
vc
/
demo
;
}
}
location
/ {
location
/ {
...
...
package.json
View file @
336ef3cb
...
@@ -44,14 +44,15 @@
...
@@ -44,14 +44,15 @@
},
},
"proxy"
:
{
"proxy"
:
{
"/idtAppServiceV6"
:
{
"/idtAppServiceV6"
:
{
"target"
:
"http://124.93.101.8:9988"
"target"
:
"https://dgoa.demo.idtzw.com.cn"
,
"changeOrigin"
:
true
},
},
"/department"
:
{
"/department"
:
{
"target"
:
"http://app.idt.thinker.vc"
,
"target"
:
"http
s
://app.idt.thinker.vc"
,
"changeOrigin"
:
true
"changeOrigin"
:
true
},
},
"/demo"
:
{
"/demo"
:
{
"target"
:
"http://app.idt.thinker.vc"
,
"target"
:
"http
s
://app.idt.thinker.vc"
,
"changeOrigin"
:
true
"changeOrigin"
:
true
}
}
}
}
...
...
src/pages/Test/Receive.jsx
View file @
336ef3cb
...
@@ -60,7 +60,6 @@ const Receive = (props) => {
...
@@ -60,7 +60,6 @@ const Receive = (props) => {
<
List
.
Item
arrow=
"horizontal"
>
办理意见
</
List
.
Item
>
<
List
.
Item
arrow=
"horizontal"
>
办理意见
</
List
.
Item
>
</
Picker
>
</
Picker
>
)
}
)
}
</
List
>
</
List
>
</
form
>
</
form
>
{
defaultV
.
status
===
1
&&
(
{
defaultV
.
status
===
1
&&
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment