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
5ea3b448
Commit
5ea3b448
authored
Nov 08, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改门户配置打包
parent
c45a1d4a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
base-manager-ui/admin/package.json
base-manager-ui/admin/package.json
+1
-0
base-manager-ui/admin/src/layouts/tabs/TabsView.vue
base-manager-ui/admin/src/layouts/tabs/TabsView.vue
+6
-6
No files found.
base-manager-ui/admin/package.json
View file @
5ea3b448
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
"scripts"
:
{
"scripts"
:
{
"serve"
:
"vue-cli-service serve"
,
"serve"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build --mode production"
,
"build"
:
"vue-cli-service build --mode production"
,
"beta"
:
"vue-cli-service build --mode beta"
,
"test"
:
"vue-cli-service build --mode test"
,
"test"
:
"vue-cli-service build --mode test"
,
"build:prod"
:
"vue-cli-service build --model prod"
,
"build:prod"
:
"vue-cli-service build --model prod"
,
"lint"
:
"vue-cli-service lint"
,
"lint"
:
"vue-cli-service lint"
,
...
...
base-manager-ui/admin/src/layouts/tabs/TabsView.vue
View file @
5ea3b448
<
template
>
<
!-- <
template>
<admin-layout>
<admin-layout>
<contextmenu
<contextmenu
:itemList="menuItemList"
:itemList="menuItemList"
...
@@ -115,10 +115,10 @@ export default {
...
@@ -115,10 +115,10 @@ export default {
this.correctPageMinHeight(this.tabsOffset);
this.correctPageMinHeight(this.tabsOffset);
},
},
watch: {
watch: {
//
"$router.options.routes": function (val) {
"$router.options.routes": function (val) {
//
this.excludeKeys = [];
this.excludeKeys = [];
// //
this.loadCacheConfig(val);
this.loadCacheConfig(val);
//
},
},
$route: function (newRoute) {
$route: function (newRoute) {
this.activePage = newRoute.path;
this.activePage = newRoute.path;
const page = this.pageList.find((item) => item.path === newRoute.path);
const page = this.pageList.find((item) => item.path === newRoute.path);
...
@@ -395,4 +395,4 @@ export default {
...
@@ -395,4 +395,4 @@ export default {
margin: 0 auto;
margin: 0 auto;
}
}
}
}
</
style
>
</style>
-->
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