瀏覽代碼

落地页

朱鑫波 4 年之前
父節點
當前提交
d5366fd28d

src/views/modules/autoLaunch/url/directional-service.js → src/views/modules/autoLaunch/url/url-service.js


src/views/modules/autoLaunch/url/directional.less → src/views/modules/autoLaunch/url/url.less


+ 3 - 3
src/views/modules/autoLaunch/url/url.vue

@@ -215,7 +215,7 @@
 import TreeSelect from './components/tree-select';
 import {getAction, postAction} from '@/api/manage';
 import AcountSearch from '@/views/modules/Statistics/components/Treeselect.vue';
-import AppMarketService from './directional-service';
+import AppMarketService from './url-service';
 import BMF from 'browser-md5-file';
 
 let COS = require('cos-js-sdk-v5');
@@ -224,7 +224,7 @@ let cos = new COS({
     SecretKey: 'tXzuwMfplTTK3c9GFUyETilasvQfePu9'
 });
 export default {
-    name: 'directional',
+    name: 'url',
     components: {
         TreeSelect,
         AcountSearch
@@ -673,5 +673,5 @@ export default {
 };
 </script>
 <style lang="less" scoped>
-    @import "directional";
+    @import "url";
 </style>

+ 2 - 2
vue.config.js

@@ -77,7 +77,7 @@ module.exports = {
         // target: 'http://192.168.1.43:8088', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.43:8806', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
-        // target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
+        target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要jeecg-boot后台项目  李煜一
         //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
@@ -86,7 +86,7 @@ module.exports = {
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目 
         // target:'http://118.24.244.213:8804',
-       target:'http://139.186.165.84:8806', //测试
+      //  target:'http://139.186.165.84:8806', //测试
 
         ws: false,