Commit eeec60b6 authored by chenqikuai's avatar chenqikuai

fix: 修复密码自动填充的问题

parent 4b41edb8
tar -czf sy2.tar sy2
scp sy2.tar root@121.37.141.165:/var/www/html/personal/sy2.tar
rm -rf sy2.tar
rm -rf sy2
ssh root@121.37.141.165 'cd /var/www/html/personal/ && rm -rf sy2 && tar -xzf sy2.tar && rm -rf sy2.tar'
echo 'done. 👉 http://121.37.141.165:8903'
...@@ -822,9 +822,9 @@ ...@@ -822,9 +822,9 @@
} }
}, },
"cqk-sy-ui": { "cqk-sy-ui": {
"version": "1.1.48", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.1.48.tgz", "resolved": "https://registry.npmjs.org/cqk-sy-ui/-/cqk-sy-ui-1.2.0.tgz",
"integrity": "sha512-1x/KceNV+t1hppxBTX663FXtDHUb3M7k8QdDm8QpkZVpu90jRO8Iok0juXxgW87U/xly7rcDgKEJ3lbVdwM+ig==", "integrity": "sha512-0FV2qSan6EDELqmbebWVGkbKU6V2ybTVjN0C0zkf+Weaet+7q1Y6ZTFthn0Ca9yE9lc0IbNedzQeQGNbQYft6g==",
"requires": { "requires": {
"axios": "^0.26.1", "axios": "^0.26.1",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.26.1", "axios": "^0.26.1",
"cqk-sy-ui": "^1.1.48", "cqk-sy-ui": "^1.2.0",
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"element-plus": "^2.1.9", "element-plus": "^2.1.9",
"js-md5": "^0.7.3", "js-md5": "^0.7.3",
......
This diff is collapsed.
...@@ -20,8 +20,8 @@ export default defineConfig({ ...@@ -20,8 +20,8 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
"^/api": { "^/api": {
// target: "http://121.37.141.165:46790/", target: "http://121.37.141.165:46790/",
target: "https://sy.8n.cn/api", // target: "https://sy.8n.cn/api",
changeOrigin: true, changeOrigin: true,
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment