فهرست منبع

新增测试提示异常路由问题处理

hubin 1 سال پیش
والد
کامیت
7647fc5281

+ 1 - 1
src/lang/lance-element/zh-cn.ts

@@ -23,7 +23,7 @@ export default {
 		fullscreen: '全屏',
 		exitFullscreen: '退出全屏',
 		menuSearch: '搜索菜单',
-		authProduct: '采购授权',
+		authProduct: '点击查看详细说明',
 		menuDarkTheme: '切换主题',
 		copy: '复制',
 		column: '视图',

+ 1 - 1
src/layout/components/Header/components/AuthProduct.vue

@@ -13,7 +13,7 @@
 import router from '@/router'
 
 const jumpAuthPage = () => {
-	router.push('/product_auth')
+	router.push('/product_auth/index')
 }
 </script>
 

+ 4 - 1
src/views/dashboard/productAuth/index.vue

@@ -11,8 +11,10 @@
 				<div class="text-center pb-5">
 					<h2 class="issue-title">常见问题</h2>
 				</div>
-
 				<div class="text-container">
+					<el-row :gutter="15">
+						<div style="font-size: 20px; margin-bottom: 15px; color: red">测试用户 test01 - 06 密码一致,切换账户使用界面默认密码即可</div>
+					</el-row>
 					<el-row :gutter="15">
 						<el-col :span="12">
 							<h5 class="issues-sub">01. 商用授权如何保障?</h5>
@@ -39,6 +41,7 @@
 	</el-scrollbar>
 </template>
 
+<script setup lang="ts"></script>
 <style scoped lang="scss">
 .text-container {
 	width: 90%;