Commit 23e3892e authored by chenqikuai's avatar chenqikuai

fix

parent 6db0fbac
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"vue-router": "^3.2.0", "vue-router": "^3.2.0",
"vue-typed-mixins": "^0.2.0", "vue-typed-mixins": "^0.2.0",
"vuex": "^3.4.0", "vuex": "^3.4.0",
"ycc-api": "^0.0.7" "ycc-api": "^0.0.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
...@@ -18015,9 +18015,9 @@ ...@@ -18015,9 +18015,9 @@
} }
}, },
"node_modules/ycc-api": { "node_modules/ycc-api": {
"version": "0.0.7", "version": "0.0.5",
"resolved": "https://registry.npmjs.org/ycc-api/-/ycc-api-0.0.7.tgz", "resolved": "https://registry.npmjs.org/ycc-api/-/ycc-api-0.0.5.tgz",
"integrity": "sha512-HCsXoH1B8ommJMJEogODy1IhsBrD/3CGwVPgC+wkmYhZxtIIOz9FuJPz3vbLRo8rmjGdH+U8SjSY1/Pn+QvuFA==", "integrity": "sha512-ZB5sLjPgAigTQvAeuVHV/QoABZDhMKrTfekdMqpzEljnZsCV6ZGIUezowVwBCXx1aUqXZ8u7f9ueuBrPsitvYQ==",
"dependencies": { "dependencies": {
"@33cn/chain33-rpc-api": "^1.5.29" "@33cn/chain33-rpc-api": "^1.5.29"
} }
...@@ -31324,9 +31324,9 @@ ...@@ -31324,9 +31324,9 @@
} }
}, },
"ycc-api": { "ycc-api": {
"version": "0.0.7", "version": "0.0.5",
"resolved": "https://registry.npmjs.org/ycc-api/-/ycc-api-0.0.7.tgz", "resolved": "https://registry.npmjs.org/ycc-api/-/ycc-api-0.0.5.tgz",
"integrity": "sha512-HCsXoH1B8ommJMJEogODy1IhsBrD/3CGwVPgC+wkmYhZxtIIOz9FuJPz3vbLRo8rmjGdH+U8SjSY1/Pn+QvuFA==", "integrity": "sha512-ZB5sLjPgAigTQvAeuVHV/QoABZDhMKrTfekdMqpzEljnZsCV6ZGIUezowVwBCXx1aUqXZ8u7f9ueuBrPsitvYQ==",
"requires": { "requires": {
"@33cn/chain33-rpc-api": "^1.5.29" "@33cn/chain33-rpc-api": "^1.5.29"
} }
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"vue-router": "^3.2.0", "vue-router": "^3.2.0",
"vue-typed-mixins": "^0.2.0", "vue-typed-mixins": "^0.2.0",
"vuex": "^3.4.0", "vuex": "^3.4.0",
"ycc-api": "^0.0.7" "ycc-api": "^0.0.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/preset-env": "^7.16.11", "@babel/preset-env": "^7.16.11",
......
...@@ -3,6 +3,7 @@ import { axios } from "."; ...@@ -3,6 +3,7 @@ import { axios } from ".";
const baseUrl = "/api"; const baseUrl = "/api";
// const baseUrl = 'http://127.0.0.1:8021' // const baseUrl = 'http://127.0.0.1:8021'
export const expandApi = "/expandApi"; export const expandApi = "/expandApi";
// export const yccApi = "http://13.115.171.240:7901";
export const yccApi = "/yccApi"; export const yccApi = "/yccApi";
export function getNews(v: string) { export function getNews(v: string) {
......
...@@ -10189,10 +10189,10 @@ ...@@ -10189,10 +10189,10 @@
"y18n" "^5.0.5" "y18n" "^5.0.5"
"yargs-parser" "^20.2.2" "yargs-parser" "^20.2.2"
"ycc-api@^0.0.7": "ycc-api@^0.0.5":
"integrity" "sha512-HCsXoH1B8ommJMJEogODy1IhsBrD/3CGwVPgC+wkmYhZxtIIOz9FuJPz3vbLRo8rmjGdH+U8SjSY1/Pn+QvuFA==" "integrity" "sha512-ZB5sLjPgAigTQvAeuVHV/QoABZDhMKrTfekdMqpzEljnZsCV6ZGIUezowVwBCXx1aUqXZ8u7f9ueuBrPsitvYQ=="
"resolved" "https://registry.npmjs.org/ycc-api/-/ycc-api-0.0.7.tgz" "resolved" "https://registry.npmjs.org/ycc-api/-/ycc-api-0.0.5.tgz"
"version" "0.0.7" "version" "0.0.5"
dependencies: dependencies:
"@33cn/chain33-rpc-api" "^1.5.29" "@33cn/chain33-rpc-api" "^1.5.29"
......
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