Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
江炜
/
erp-module
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
66c769e5
authored
Dec 23, 2018
by
flyxiaozhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包
parent
9e585bc3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
admin-api/src/main/resources/public/dist/bundle.min.js
admin-api/src/main/resources/public/dist/bundle.min.js.gz
admin-api/src/main/resources/public/index.html
react-admin/src/config.js
admin-api/src/main/resources/public/dist/bundle.min.js
View file @
66c769e5
This source diff could not be displayed because it is too large. You can
view the blob
instead.
admin-api/src/main/resources/public/dist/bundle.min.js.gz
View file @
66c769e5
No preview for this file type
admin-api/src/main/resources/public/index.html
View file @
66c769e5
<!DOCTYPE html>
<html><head><base
href=
"/"
><title>
Erp 系统
</title><meta
charset=
"utf-8"
><meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
><link
rel=
"shorticon icon"
type=
"image/x-icon"
href=
"/favicon.ico"
></head><body><div
id=
"root"
></div><script
type=
"text/javascript"
src=
"/dist/vendor.min.js?7c1a9e5fe796b3a5db90"
></script><script
type=
"text/javascript"
src=
"/dist/bundle.min.js?7c1a9e5fe796b3a5db90"
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><base
href=
"/"
><title>
Erp 系统
</title><meta
charset=
"utf-8"
><meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
><meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
><link
rel=
"shorticon icon"
type=
"image/x-icon"
href=
"/favicon.ico"
></head><body><div
id=
"root"
></div><script
type=
"text/javascript"
src=
"/dist/vendor.min.js?77124b845bfb62aef5fb"
></script><script
type=
"text/javascript"
src=
"/dist/bundle.min.js?77124b845bfb62aef5fb"
></script></body></html>
\ No newline at end of file
react-admin/src/config.js
View file @
66c769e5
...
...
@@ -61,7 +61,7 @@ module.exports = {
api
:
{
// 接口地址
host
:
process
.
env
.
NODE_ENV
===
'development'
?
'http://localhost:8080'
:
'
http://127.0.0.1:8081
'
,
host
:
process
.
env
.
NODE_ENV
===
'development'
?
'http://localhost:8080'
:
'
/
'
,
// 后端代理地址
proxyHost
:
'http://localhost:8081'
,
...
...
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