marymelisa 4 vuotta sitten
vanhempi
commit
5e496b967f

+ 3 - 3
src/services/request/serviceURL.ts

@@ -73,10 +73,10 @@ export const commonSearchUrl = (url: string): string => {
 export const setServiceURL = (config: URL): void => {
     // console.log('URL', config);
     // 外网环境(175),外包同事使用
-    if (process.env.NODE_ENV === 'development') {
+    // if (process.env.NODE_ENV === 'development') {
         serviceURL.goCommonSearchUrl = 'http://218.17.158.45:21001/api';
         serviceURL.quoteUrl = 'ws://218.17.158.45:21004';
         serviceURL.tradeUrl = 'ws://218.17.158.45:21005';
-    }
-    serviceURL = config;
+    // }
+    // serviceURL = config;
 };

+ 2 - 2
src/views/information/spot-contract/components/modify/index.vue

@@ -1,6 +1,6 @@
 <template>
   <!-- 修改现货合同-->
-  <a-modal class="modify-custom"
+  <a-modal class="commonModal modify-custom"
            title="修改现货合同"
            v-model:visible="visible"
            @cancel="cancel"
@@ -327,7 +327,7 @@
           <a-col :span="24">
             <a-form-item label="备注">
               <a-input class="dialogInput"
-                      style="width: 620px"
+                      style="width: 608px"
                       placeholder="请输入备注" />
             </a-form-item>
           </a-col>