Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
baff5fed
Commit
baff5fed
authored
Feb 14, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改图片显示
parent
14ebe5cf
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
14 additions
and
12 deletions
+14
-12
portal-manager-ui/admin/.env.development
portal-manager-ui/admin/.env.development
+4
-2
portal-manager-ui/admin/.env.production
portal-manager-ui/admin/.env.production
+1
-0
portal-manager-ui/admin/public/index.html
portal-manager-ui/admin/public/index.html
+1
-1
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
...al-manager-ui/admin/src/views/dataActuary/dataActuary.vue
+1
-1
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+1
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/components/menuManagement/components/addEdit.vue
...ormIsSet/components/menuManagement/components/addEdit.vue
+2
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/components/menuManagement/menuMgmt.vue
...s/thePlatformIsSet/components/menuManagement/menuMgmt.vue
+1
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/addEditRole.vue
...et/components/permissionsModel/components/addEditRole.vue
+1
-1
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
...ger-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
+1
-3
portal-manager-ui/admin/vue.config.js
portal-manager-ui/admin/vue.config.js
+1
-1
No files found.
portal-manager-ui/admin/.env.development
View file @
baff5fed
# 开发环境配置
# 开发环境配置
NODE_ENV = development
NODE_ENV = development
#VUE_APP_API_BASE_URL=http://192.168.0.98:11078
VUE_APP_API_BASE_URL=http://192.168.0.98:11078
VUE_APP_API_IMG_URL = http://192.168.0.98:11078/
#宜宾
#宜宾
VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#VUE_APP_API_BASE_URL=http://10.12.185.213:11072
#VUE_APP_API_IMG_URL = http://10.12.185.213:11072/
portal-manager-ui/admin/.env.production
View file @
baff5fed
...
@@ -2,3 +2,4 @@
...
@@ -2,3 +2,4 @@
NODE_ENV = production
NODE_ENV = production
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_IMG_URL = /
portal-manager-ui/admin/public/index.html
View file @
baff5fed
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
<title>
<
%=
htmlWebpackPlugin
.
options
.
title
%
>
智慧大厅综合管理系统
</title>
</title>
<style>
<style>
*,
*,
...
...
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
View file @
baff5fed
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
mixins
:
[
menu
],
mixins
:
[
menu
],
data
()
{
data
()
{
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_
BASE_URL
+
"
/
"
,
api
:
process
.
env
.
VUE_APP_API_
IMG_URL
,
menuPermission
:
[],
menuPermission
:
[],
};
};
},
},
...
...
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
baff5fed
...
@@ -39,7 +39,7 @@ export default {
...
@@ -39,7 +39,7 @@ export default {
mixins
:
[
menu
],
mixins
:
[
menu
],
data
()
{
data
()
{
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_
BASE_URL
+
"
/
"
,
api
:
process
.
env
.
VUE_APP_API_
IMG_URL
,
siteId
:
""
,
siteId
:
""
,
siteModelList
:
[],
// 站点编排列表
siteModelList
:
[],
// 站点编排列表
};
};
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/menuManagement/components/addEdit.vue
View file @
baff5fed
...
@@ -140,8 +140,8 @@
...
@@ -140,8 +140,8 @@
</a-form-model-item>
</a-form-model-item>
</a-form-model>
</a-form-model>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<a-button
type=
"primary"
@
click=
"Modal_Ok"
>
确定
</a-button>
<a-button
@
click=
"resetForm"
>
重置
</a-button>
<a-button
@
click=
"resetForm"
>
重置
</a-button>
<a-button
type=
"primary"
@
click=
"Modal_Ok"
>
确定
</a-button>
</
template
>
</
template
>
</a-modal>
</a-modal>
</div>
</div>
...
@@ -154,6 +154,7 @@ export default {
...
@@ -154,6 +154,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
api
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
api2
:
process
.
env
.
VUE_APP_API_IMG_URL
,
EditModalLoading
:
false
,
//确定回调 loading
EditModalLoading
:
false
,
//确定回调 loading
compileInfoForm
:
{
compileInfoForm
:
{
name
:
""
,
name
:
""
,
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/menuManagement/menuMgmt.vue
View file @
baff5fed
...
@@ -86,7 +86,7 @@ export default {
...
@@ -86,7 +86,7 @@ export default {
name
:
"
PortalAdminVueMenuMgmt
"
,
name
:
"
PortalAdminVueMenuMgmt
"
,
data
()
{
data
()
{
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_
BASE_URL
+
"
/
"
,
api
:
process
.
env
.
VUE_APP_API_
IMG_URL
,
EditModalVisible
:
false
,
EditModalVisible
:
false
,
searchForm
:
{
searchForm
:
{
name
:
undefined
,
name
:
undefined
,
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/components/permissionsModel/components/addEditRole.vue
View file @
baff5fed
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
</a-form-model-item>
</a-form-model-item>
</a-form-model>
</a-form-model>
<template
slot=
"footer"
>
<template
slot=
"footer"
>
<a-button
type=
"primary"
@
click=
"roleEditModal_Ok"
>
确定
</a-button>
<a-button
@
click=
"resetForm"
>
重置
</a-button>
<a-button
@
click=
"resetForm"
>
重置
</a-button>
<a-button
type=
"primary"
@
click=
"roleEditModal_Ok"
>
确定
</a-button>
</
template
>
</
template
>
</a-modal>
</a-modal>
</div>
</div>
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/setPlatformes.vue
View file @
baff5fed
...
@@ -47,9 +47,7 @@ import Storage from "@/utils/js/Storage";
...
@@ -47,9 +47,7 @@ import Storage from "@/utils/js/Storage";
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
api
:
process
.
env
.
VUE_APP_API_BASE_URL
.
includes
(
"
zwfw
"
)
api
:
process
.
env
.
VUE_APP_API_IMG_URL
,
?
process
.
env
.
VUE_APP_API_BASE_URL
.
replace
(
"
zwfw
"
,
""
)
:
process
.
env
.
VUE_APP_API_BASE_URL
+
"
/
"
,
platformPermission
:
[],
platformPermission
:
[],
};
};
},
},
...
...
portal-manager-ui/admin/vue.config.js
View file @
baff5fed
...
@@ -20,7 +20,7 @@ module.exports = defineConfig({
...
@@ -20,7 +20,7 @@ module.exports = defineConfig({
transpileDependencies
:
true
,
transpileDependencies
:
true
,
lintOnSave
:
false
,
lintOnSave
:
false
,
// 打包目录--多加一层dist打zip时候把dist外壳打进去
// 打包目录--多加一层dist打zip时候把dist外壳打进去
outputDir
:
"
dist
/dist
"
,
outputDir
:
"
dist
"
,
configureWebpack
:
{
configureWebpack
:
{
plugins
:
[...
plugins
],
plugins
:
[...
plugins
],
},
},
...
...
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