Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a4b488eb
authored
2023-05-08 15:03:47 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
style:上报样式修改
2 parents
97f9e0db
d0ddb155
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
20 additions
and
21 deletions
public/610702jg.json
public/610702sb.json
public/632701jg.json
public/632701sb.json
public/index.html
src/api/dataReport.js
src/api/login.js
src/main.js
src/styles/jgPublic.scss
src/styles/sbPublic.scss
src/utils/request.js
src/views/sthj/components/editDialog.vue
public/610702jg.json
View file @
a4b488e
...
...
@@ -7,5 +7,6 @@
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
200
,
"echartTextColor"
:
"#FFFFFF"
,
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
,
"IPCONFIG"
:
"http://192.168.2.38:8027"
}
\ No newline at end of file
...
...
public/610702sb.json
View file @
a4b488e
...
...
@@ -7,5 +7,6 @@
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
160
,
"echartTextColor"
:
"#4A4A4A"
,
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
,
"IPCONFIG"
:
"http://192.168.2.38:8027"
}
\ No newline at end of file
...
...
public/632701jg.json
View file @
a4b488e
...
...
@@ -7,5 +7,6 @@
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
200
,
"echartTextColor"
:
"#FFFFFF"
,
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
,
"IPCONFIG"
:
"http://192.168.2.38:8027"
}
\ No newline at end of file
...
...
public/632701sb.json
View file @
a4b488e
...
...
@@ -7,5 +7,6 @@
"SERVERAPI"
:
"/bdcsjsb"
,
"calcHeight"
:
160
,
"echartTextColor"
:
"#4A4A4A"
,
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
"MANAGEMENTAPI"
:
"http://192.168.2.38:8090/management"
,
"IPCONFIG"
:
"http://192.168.2.38:8027"
}
\ No newline at end of file
...
...
public/index.html
View file @
a4b488e
<!--
* @Description: 引入配置文件
* @Autor: renchao
* @LastEditTime: 2023-05-0
6 16:26:39
* @LastEditTime: 2023-05-0
8 15:02:53
-->
<!DOCTYPE html>
<html>
...
...
@@ -18,7 +18,7 @@
</title>
</head>
<script>
fetch
(
'
/
config.json'
)
fetch
(
'
<%= BASE_URL %>
config.json'
)
.
then
(
response
=>
response
.
json
())
.
then
(
config
=>
{
window
.
config
=
config
...
...
src/api/dataReport.js
View file @
a4b488e
/*
* @Description: 数据上报模块api文件
* @Autor: renchao
* @LastEditTime: 2023-0
4-27 13:52:53
* @LastEditTime: 2023-0
5-06 10:29:06
*/
/* 引入axios请求文件 */
import
request
from
'@/utils/request'
...
...
src/api/login.js
View file @
a4b488e
/*
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-0
3-23 17:19:52
* @LastEditTime: 2023-0
5-08 15:03:10
*/
import
request
from
"@/utils/request"
;
// let SERVER = window.config ? window.config : JSON.parse(localStorage.getItem('ApiUrl'))
let
SERVER
=
window
.
config
?
window
.
config
:
JSON
.
parse
(
localStorage
.
getItem
(
'ApiUrl'
))
// console.log(SERVER, 'SERVERSERVER');
export
function
loginIn
(
username
,
password
)
{
return
request
({
url
:
`
${
SERVER
.
MANAGEMENTAPI
}
/login?username=
${
username
}
&password=
${
password
}
`
,
...
...
src/main.js
View file @
a4b488e
...
...
@@ -2,7 +2,7 @@
* @Author: yangwei
* @Date: 2023-01-16 09:10:12
* @LastEditors: Please set LastEditors
* @LastEditTime: 2023-05-0
6 16:38:08
* @LastEditTime: 2023-05-0
8 15:03:06
* @FilePath: \bdcjg-web\src\main.js
* @Description:
*
...
...
@@ -60,7 +60,8 @@ axios.get("./config.json")
.
then
((
res
)
=>
{
Vue
.
prototype
.
BASE_API
=
res
.
data
localStorage
.
setItem
(
'ApiUrl'
,
JSON
.
stringify
(
res
.
data
));
window
.
TITLE
=
res
.
data
.
TITLE
process
.
env
.
TITLE
=
res
.
data
.
TITLE
process
.
env
.
IPCONFIG
=
res
.
data
.
IPCONFIG
require
(
'./permission'
)
new
Vue
({
el
:
'#app'
,
...
...
src/styles/jgPublic.scss
View file @
a4b488e
...
...
@@ -420,7 +420,7 @@
.tab-pane-item
{
line-height
:
20px
;
color
:
#
02d9fd
;
color
:
#
FFFFFF
;
p
{
text-align
:
center
;
...
...
src/styles/sbPublic.scss
View file @
a4b488e
...
...
@@ -637,7 +637,7 @@
.tab-pane-item
{
line-height
:
20px
;
color
:
#
fff
;
color
:
#
FFFFFF
;
p
{
text-align
:
center
;
...
...
@@ -1016,4 +1016,4 @@
font-size
:
20px
;
color
:
#4162D8
}
}
}
\ No newline at end of file
...
...
src/utils/request.js
View file @
a4b488e
/*
* @Description: 此文件主要创建 axios 实例,然后添加请求拦截器和响应拦截器
* @Autor: renchao
* @LastEditTime: 2023-0
3-29 10:14:34
* @LastEditTime: 2023-0
4-27 17:09:51
*/
import
Vue
from
'vue'
import
axios
from
"axios"
;
...
...
@@ -85,12 +85,9 @@ function handleErrorData (status) {
},
});
}
}
break
;
case
403
:
Message
.
error
(
"拒绝访问"
);
break
;
case
404
:
Message
.
error
(
"很抱歉,资源未找到!"
);
break
;
...
...
src/views/sthj/components/editDialog.vue
View file @
a4b488e
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment