no message

This commit is contained in:
2023-08-29 16:15:15 +08:00
parent f4d2793688
commit 884b694322
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="zd_content bg">
<view class="p1">欢迎来到</view>
<view class="p2">瑞泰马钢手持系统</view>
<view class="p2">海亮手持系统</view>
<view class="input-box">
<input class="large-input" type="text" placeholder="请输入用户名" v-model="user">
</view>

View File

@@ -1,4 +1,4 @@
import JSEncrypt from '../node_modules/jsencrypt/bin/jsencrypt.js'
import JSEncrypt from './jsencrypt2.js'
let publicKey = 'MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANL378k3RiZHWx5AfJqdH9xRNBmD9wGD\n' +
'2iRe41HdTNF8RUhNnHit5NpMNtGL0NPTSSpPjjI1kJfVorRvaQerUgkCAwEAAQ==';
function RSAencrypt(pas){