Skip to content

Commit

Permalink
Merge pull request #527 from WeBankBlockchain/lab-dev
Browse files Browse the repository at this point in the history
fix send TX decode
  • Loading branch information
CodingCattwo authored Feb 2, 2024
2 parents 9b7f60f + 1eadf81 commit bdb8708
Show file tree
Hide file tree
Showing 21 changed files with 351 additions and 336 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.DS_Store
node_modules/
config/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/mgr': {
target: 'http://127.0.0.1/',
target: 'http://127.0.0.1',
changeOrigin: true,
pathRewrite: {
'^/mgr': ''
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
height: 100%;
margin: 0px;
padding: 0px;
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.17308c6bff6233c3930d.js></script><script type=text/javascript src=./static/js/4.86dc5bae99368e457ce9.js></script><script type=text/javascript src=./static/js/runtime.ddd0c0eaee963eb25d72.js></script><script type=text/javascript src=./static/js/6.79ad17ade2027bc30fc6.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
}</style></head><body><body><div id=app></div><script type=text/javascript src=./static/js/0.c37365cbac2d5de8aab7.js></script><script type=text/javascript src=./static/js/4.86dc5bae99368e457ce9.js></script><script type=text/javascript src=./static/js/runtime.07574a96f648973400ba.js></script><script type=text/javascript src=./static/js/6.b9d1562218845d2a225b.js></script></body><script src=./static/js/web3.min.js type=text/javascript></script><script>if (self == top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
Expand Down
Binary file removed dist/static/js/0.17308c6bff6233c3930d.js.gz
Binary file not shown.

Large diffs are not rendered by default.

Binary file added dist/static/js/0.c37365cbac2d5de8aab7.js.gz
Binary file not shown.
42 changes: 42 additions & 0 deletions dist/static/js/1.81930d4054948b011da4.js

Large diffs are not rendered by default.

Binary file added dist/static/js/1.81930d4054948b011da4.js.gz
Binary file not shown.
42 changes: 0 additions & 42 deletions dist/static/js/1.c22b7ae142449a40b454.js

This file was deleted.

Binary file removed dist/static/js/1.c22b7ae142449a40b454.js.gz
Binary file not shown.
287 changes: 0 additions & 287 deletions dist/static/js/6.79ad17ade2027bc30fc6.js

This file was deleted.

Binary file removed dist/static/js/6.79ad17ade2027bc30fc6.js.gz
Binary file not shown.
302 changes: 302 additions & 0 deletions dist/static/js/6.b9d1562218845d2a225b.js

Large diffs are not rendered by default.

Binary file added dist/static/js/6.b9d1562218845d2a225b.js.gz
Binary file not shown.
1 change: 1 addition & 0 deletions dist/static/js/9.be2d2465720cb00bcde8.js

Large diffs are not rendered by default.

Binary file added dist/static/js/9.be2d2465720cb00bcde8.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/static/js/9.d501e2a9e68ea902b92a.js

This file was deleted.

Binary file removed dist/static/js/9.d501e2a9e68ea902b92a.js.gz
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "WeBASE-Web",
"version": "1.0.0",
"description": "A Vue.js project",
"description": "A Vue.js project",
"author": "",
"private": true,
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/components/changeMessageDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
<script>
const sha256 = require("js-sha256").sha256;
import { updateAccountInfo, getAccountDetail } from "@/util/api";
import { debug } from "console";
export default {
name: "changeMessageDialog",
props: {},
Expand Down

0 comments on commit bdb8708

Please sign in to comment.