|
@@ -46,11 +46,12 @@
|
|
|
</Row>
|
|
</Row>
|
|
|
</Form>
|
|
</Form>
|
|
|
</Card>
|
|
</Card>
|
|
|
- <Alert class="mt10">
|
|
|
|
|
|
|
+ <Alert class="mt10" closable="true">
|
|
|
使用说明
|
|
使用说明
|
|
|
- <template slot="desc"
|
|
|
|
|
- >添加用户端页面语言,添加完成之后状态码为中文文字,前端页面使用 $t(`xxxx`),js文件中使用 this.t(`xxxx`) 或者使用
|
|
|
|
|
- that.t(`xxxx`)<br />添加后端接口语言,添加完成之后状态码为6位数字,后台抛错或者控制器返回文字的时候直接填写状态码数字
|
|
|
|
|
|
|
+ <template slot="desc" >
|
|
|
|
|
+ 1、前端页面:添加用户端页面语言,添加完成之后状态码为中文文字,前端页面使用 $t(`xxxx`),js文件中使用 this.t(`xxxx`) 或者使用
|
|
|
|
|
+ that.t(`xxxx`)<br />
|
|
|
|
|
+ 2、后端接口:添加后端接口语言,添加完成之后状态码为6位数字,后台抛错或者控制器返回文字的时候直接填写状态码数字
|
|
|
</template>
|
|
</template>
|
|
|
</Alert>
|
|
</Alert>
|
|
|
<Card :bordered="false" dis-hover>
|
|
<Card :bordered="false" dis-hover>
|