yrik 3 gadi atpakaļ
vecāks
revīzija
8fcb78614b

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

@@ -1,7 +1,7 @@
 module.exports = {
   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
@@ -35,6 +35,6 @@ module.exports = {
    * If you want to also use it in dev, you can pass ['production', 'development']
    */
   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'
 }

+ 6 - 12
ruoyi-ui/src/views/phone/phons/index.vue

@@ -69,6 +69,7 @@
       <el-col :span="24" :xs="24">
         <div  class="dialog-footer" style="text-align: center; margin-top: 30px;">
           <el-button type="primary" @click="submitForm">发 送 短 信</el-button>
+          <el-button type="primary" @click="handleExport">短 信 设 置</el-button>
         </div>
       </el-col>
       <!--用户数据-->
@@ -378,8 +379,8 @@ export default {
         this.msgSuccess("请选择短信模板");
         return  false
       }
-      
-      
+
+
       if(this.form.content == undefined){
         this.msgSuccess("请输入短信内容");
         return  false
@@ -416,16 +417,9 @@ export default {
     },
     /** 导出按钮操作 */
     handleExport() {
-      const queryParams = this.queryParams;
-      this.$confirm('是否确认导出所有用户数据项?', "警告", {
-          confirmButtonText: "确定",
-          cancelButtonText: "取消",
-          type: "warning"
-        }).then(function() {
-          return exportUser(queryParams);
-        }).then(response => {
-          this.download(response.msg);
-        })
+      this.$router.push({
+        path: '../../phone/smsstee',
+      })
     },
     /** 导入按钮操作 */
     handleImport() {

+ 2 - 2
ruoyi-ui/src/views/phone/smsstee/index.vue

@@ -85,7 +85,7 @@
           v-hasPermi="['system:sendMessage:remove']"
         >删除</el-button>
       </el-col>
-      <el-col :span="1.5">
+      <!-- <el-col :span="1.5">
         <el-button
           type="warning"
           plain
@@ -94,7 +94,7 @@
           @click="handleExport"
           v-hasPermi="['system:sendMessage:export']"
         >跳转</el-button>
-      </el-col>
+      </el-col> -->
       <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
     </el-row>