|
@@ -98,7 +98,8 @@ export function buildComponent (name, column, preview, vm) {
|
|
|
quickNavform: {
|
|
quickNavform: {
|
|
|
urlName: '',
|
|
urlName: '',
|
|
|
urlAddr: '',
|
|
urlAddr: '',
|
|
|
- display: '_blank'
|
|
|
|
|
|
|
+ display: '_blank',
|
|
|
|
|
+ diDian: second || first
|
|
|
},
|
|
},
|
|
|
defaultForm: {},
|
|
defaultForm: {},
|
|
|
|
|
|
|
@@ -390,7 +391,8 @@ export function buildComponent (name, column, preview, vm) {
|
|
|
myTesting: 'rygl/kszx/wdks',
|
|
myTesting: 'rygl/kszx/wdks',
|
|
|
myDevices: 'sbgls/mywh',
|
|
myDevices: 'sbgls/mywh',
|
|
|
notice: 'tygl/tzgg',
|
|
notice: 'tygl/tzgg',
|
|
|
- myFacility: 'sshjgl/sshjjk/sshjkzzl'
|
|
|
|
|
|
|
+ myFacility: 'sshjgl/sshjjk/sshjkzzl',
|
|
|
|
|
+ quickNavigation: 'xtgl/xtsjpz/tyglpz/kjdhpz'
|
|
|
}
|
|
}
|
|
|
if (menuMap[url]) {
|
|
if (menuMap[url]) {
|
|
|
const alias = menuMap[url].split('/')[0]
|
|
const alias = menuMap[url].split('/')[0]
|
|
@@ -403,7 +405,10 @@ export function buildComponent (name, column, preview, vm) {
|
|
|
* 处理更多
|
|
* 处理更多
|
|
|
*/
|
|
*/
|
|
|
handleMore () {
|
|
handleMore () {
|
|
|
- if (this.attrs.colUrl === '') {
|
|
|
|
|
|
|
+ if (this.attrs.alias === 'quickNavigation') {
|
|
|
|
|
+ return this.openPlate('quickNavigation')
|
|
|
|
|
+ }
|
|
|
|
|
+ if (!this.attrs.colUrl) {
|
|
|
return this.$message.warning('未设置更多路径的url')
|
|
return this.$message.warning('未设置更多路径的url')
|
|
|
}
|
|
}
|
|
|
this.openPlate(this.attrs.colUrl)
|
|
this.openPlate(this.attrs.colUrl)
|