liukang 1 year ago
parent
commit
b061d91d06
3 changed files with 6 additions and 22071 deletions
  1. 3 1
      jlsb-vue/.env.development
  2. 1 22068
      jlsb-vue/package-lock.json
  3. 2 2
      jlsb-vue/src/views/aa/modules/AaSlideshowForm.vue

+ 3 - 1
jlsb-vue/.env.development

@@ -1,5 +1,7 @@
 NODE_ENV=development
-VUE_APP_API_BASE_URL=http://localhost:9999/
+VUE_APP_API_BASE_URL=http://admin.bruboses.com/burapi
+
+# VUE_APP_API_BASE_URL=http://localhost:9999/
 # VUE_APP_API_BASE_URL=http://120.79.86.50:9999/
 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

File diff suppressed because it is too large
+ 1 - 22068
jlsb-vue/package-lock.json


+ 2 - 2
jlsb-vue/src/views/aa/modules/AaSlideshowForm.vue

@@ -38,12 +38,12 @@
           </a-col>-->
           <a-col :span="24">
             <a-form-model-item label="描述" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="description">
-              <a-input v-model="model.description" placeholder="请输入描述"  ></a-input>
+              <a-input type="textarea" v-model="model.description" placeholder="请输入描述"  ></a-input>
             </a-form-model-item>
           </a-col>
           <a-col :span="24">
             <a-form-model-item label="描述英语" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="descriptionEnglish">
-              <a-input v-model="model.descriptionEnglish" placeholder="请输入描述英语"  ></a-input>
+              <a-input  type="textarea" v-model="model.descriptionEnglish" placeholder="请输入描述英语"  ></a-input>
             </a-form-model-item>
           </a-col>
 <!--          <a-col :span="24">

Some files were not shown because too many files changed in this diff