xuqiang 4 лет назад
Родитель
Сommit
a32eb51cb8

+ 2 - 2
src/main/nine-space/src/plugins/http.js

@@ -5,9 +5,9 @@ import qs from 'qs';
 let baseUrl = 'http://localhost:8080';
 let baseUrl = 'http://localhost:8080';
 switch (process.env.NODE_ENV) {
 switch (process.env.NODE_ENV) {
     case 'development':
     case 'development':
-        // baseUrl = 'https://nfttest.9space.vip/';
+        baseUrl = 'https://nfttest.9space.vip/';
         // baseUrl = 'http://192.168.50.190:8080';
         // baseUrl = 'http://192.168.50.190:8080';
-        baseUrl = 'http://localhost:8080';
+        // baseUrl = 'http://localhost:8080';
         // baseUrl = 'http://192.168.50.190:8080';
         // baseUrl = 'http://192.168.50.190:8080';
         break;
         break;
     case 'test':
     case 'test':

+ 0 - 1
src/main/nine-space/src/views/asset/Consignment.vue

@@ -59,7 +59,6 @@ export default {
     },
     },
     methods: {
     methods: {
         submit() {
         submit() {
-            // console.log(this.$route.query.id);
             if (this.price != '') {
             if (this.price != '') {
                 this.$http
                 this.$http
                     .post('/user/verifyTradeCode', {
                     .post('/user/verifyTradeCode', {

+ 1 - 1
src/main/nine-space/src/views/asset/Detail.vue

@@ -201,7 +201,7 @@ export default {
     },
     },
     methods: {
     methods: {
         Consignment() {
         Consignment() {
-            if (!this.info.publicShow) {
+            if (!this.info.consignment) {
                 Dialog.confirm({
                 Dialog.confirm({
                     title: '寄售上架',
                     title: '寄售上架',
                     message: '确定寄售上架吗?'
                     message: '确定寄售上架吗?'