Administrator 4 年之前
父節點
當前提交
7c48892392
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      ruoyi-ui/src/components/ProjectDec/SignContract.vue
  2. 4 4
      ruoyi-ui/src/settings.js

+ 1 - 1
ruoyi-ui/src/components/ProjectDec/SignContract.vue

@@ -81,7 +81,7 @@
             <el-col :span="18">
             <el-col :span="18">
               <el-input type="number" :disabled="dis_flag" placeholder="请输入总投资额度" v-model="form.overseasInvestment"></el-input>
               <el-input type="number" :disabled="dis_flag" placeholder="请输入总投资额度" v-model="form.overseasInvestment"></el-input>
             </el-col>
             </el-col>
-            <div class="dw_name">元</div>
+            <div class="dw_name">亿元</div>
           </el-form-item>
           </el-form-item>
           <el-form-item label-width="182px" label="境内省外投资:" class="elItem" prop="jnswInvestm">
           <el-form-item label-width="182px" label="境内省外投资:" class="elItem" prop="jnswInvestm">
             <el-col :span="18">
             <el-col :span="18">

+ 4 - 4
ruoyi-ui/src/settings.js

@@ -1,7 +1,7 @@
 module.exports = {
 module.exports = {
   title: '招商引资管理系统',
   title: '招商引资管理系统',
-  // urls: 'http://47.99.82.249:80',
-  urls: 'http://192.168.101.11:8010',
+  urls: 'http://47.99.82.249:80',
+  // urls: 'http://192.168.101.11:8010',
 
 
   /**
   /**
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
    * 侧边栏主题 深色主题theme-dark,浅色主题theme-light
@@ -35,6 +35,6 @@ module.exports = {
    * If you want to also use it in dev, you can pass ['production', 'development']
    * If you want to also use it in dev, you can pass ['production', 'development']
    */
    */
   errorLog: 'production',
   errorLog: 'production',
-  apiUrl: 'http://192.168.101.11:8010'
-  // apiUrl: 'http://47.99.82.249:80'
+  // apiUrl: 'http://192.168.101.11:8010'
+  apiUrl: 'http://47.99.82.249:80'
 }
 }