zsysview 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/app.ts +1 -1
- package/package.json +1 -1
- package/view/main/userHeader.vue +2 -2
package/core/app.ts
CHANGED
package/package.json
CHANGED
package/view/main/userHeader.vue
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<!-- :src="logoUrl" -->
|
|
8
8
|
</div>
|
|
9
9
|
|
|
10
|
-
<div style="float: left; line-height: 60px;"
|
|
10
|
+
<div style="float: left; line-height: 60px;">岗位行为识别系统</div>
|
|
11
11
|
<!-- 右上角 -->
|
|
12
12
|
<el-dropdown trigger="click" class="user_operate">
|
|
13
13
|
<span class="el-dropdown-link">
|
|
@@ -37,7 +37,7 @@ import { ArrowDown } from '@element-plus/icons-vue'
|
|
|
37
37
|
// import logoUrl from '../../assets/logo_40.png';
|
|
38
38
|
import { HttpApiV1 as http } from '../../core/httpapi/http_api_v1';
|
|
39
39
|
import { reactive } from 'vue';
|
|
40
|
-
import app from '../../core/app';
|
|
40
|
+
// import app from '../../core/app';
|
|
41
41
|
const r = useRouter()
|
|
42
42
|
|
|
43
43
|
const user = reactive({
|