Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
497a93a0
Commit
497a93a0
authored
Aug 31, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改服务器地址
parent
33965f4b
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
9 deletions
+9
-9
Dockerfile-prod
Dockerfile-prod
+1
-1
Dockerfile-test
Dockerfile-test
+1
-1
website.js
src/config/website.js
+2
-2
productOrderDetail.vue
src/views/mes/pro/workorder/print/productOrderDetail.vue
+2
-2
productOrderSpecification.vue
...ews/mes/pro/workorder/print/productOrderSpecification.vue
+2
-2
vue.config.js
vue.config.js
+1
-1
No files found.
Dockerfile-prod
View file @
497a93a0
...
...
@@ -7,7 +7,7 @@ RUN echo "server { \
listen 90; \
client_max_body_size 50M; \
location /prod-api/ { \
proxy_pass http://192.168.3.
9
1:8080/; \
proxy_pass http://192.168.3.
18
1:8080/; \
proxy_redirect off; \
proxy_set_header Host mes-ui; \
proxy_set_header X-Real-IP \$remote_addr; \
...
...
Dockerfile-test
View file @
497a93a0
...
...
@@ -7,7 +7,7 @@ RUN echo "server { \
listen 80; \
client_max_body_size 50M; \
location /prod-api/ { \
proxy_pass http://192.168.3.
9
1:8100/; \
proxy_pass http://192.168.3.
18
1:8100/; \
proxy_redirect off; \
proxy_set_header Host mes-ui; \
proxy_set_header X-Real-IP \$remote_addr; \
...
...
src/config/website.js
View file @
497a93a0
...
...
@@ -4,7 +4,7 @@
* 全局配置文件
*/
export
default
{
reportUrl
:
'http://192.168.3.
9
1:8100/ureport'
,
//test
// reportUrl: 'http://192.168.3.
9
1:8111/ureport', //prod
reportUrl
:
'http://192.168.3.
18
1:8100/ureport'
,
//test
// reportUrl: 'http://192.168.3.
18
1:8111/ureport', //prod
}
src/views/mes/pro/workorder/print/productOrderDetail.vue
View file @
497a93a0
...
...
@@ -323,8 +323,8 @@ export default {
// }
// ],
// img: {
// "frontImg": "http://192.168.3.
9
1:9000/mes/2024/03/20/1111_20240320192902A005.png", // 产品正面
// "backImg": "http://192.168.3.
9
1:9000/mes/2024/03/20/2222_20240320192903A006.png" // 产品背面
// "frontImg": "http://192.168.3.
18
1:9000/mes/2024/03/20/1111_20240320192902A005.png", // 产品正面
// "backImg": "http://192.168.3.
18
1:9000/mes/2024/03/20/2222_20240320192903A006.png" // 产品背面
// },
// processItemList: [ // 物料
// {
...
...
src/views/mes/pro/workorder/print/productOrderSpecification.vue
View file @
497a93a0
...
...
@@ -265,8 +265,8 @@ export default {
// "formula": null,
// "frontColorName": "紫红,深红,朱红",
// "oppositeColorName": "紫红,深红,朱红",
// "frontImg": "http://192.168.3.
9
1:9000/mes/2024/03/20/1111_20240320192902A005.png",
// "backImg": "http://192.168.3.
9
1:9000/mes/2024/03/20/2222_20240320192903A006.png",
// "frontImg": "http://192.168.3.
18
1:9000/mes/2024/03/20/1111_20240320192902A005.png",
// "backImg": "http://192.168.3.
18
1:9000/mes/2024/03/20/2222_20240320192903A006.png",
// "customerApprover": null, // 客户确认->确认人
// "customerApproved": "2024-05-10", // 客户确认->日期
// "processes": [ // map-> processes
...
...
vue.config.js
View file @
497a93a0
...
...
@@ -36,7 +36,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://localhost:8080`,
target
:
`http://192.168.3.
9
1:8100`
,
target
:
`http://192.168.3.
18
1:8100`
,
// target: `http://192.168.4.122:8080`,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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