guhongwei 4 gadi atpakaļ
vecāks
revīzija
d5470e21cf

+ 1 - 1
src/views/market/list/detail-model/model-1.vue

@@ -214,7 +214,7 @@ export default {
           // this.$message.error('游客身份无法与卖家对话,请先注册');
           this.$message({
             dangerouslyUseHTMLString: true,
-            message: '<strong><a href="http://broadcast.waityou24.cn/platlive/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
+            message: '<strong><a href="http://broadcast.waityou24.cn/live/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
             type: 'error',
           });
           return;

+ 1 - 1
src/views/market/list/detail-model/model-3.vue

@@ -137,7 +137,7 @@ export default {
           // this.$message.error('游客身份无法与卖家对话,请先注册');
           this.$message({
             dangerouslyUseHTMLString: true,
-            message: '<strong><a href="http://broadcast.waityou24.cn/platlive/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
+            message: '<strong><a href="http://broadcast.waityou24.cn/live/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
             type: 'error',
           });
           return;

+ 1 - 1
src/views/market/list/detail-model/model-4.vue

@@ -167,7 +167,7 @@ export default {
           // this.$message.error('游客身份无法与卖家对话,请先注册');
           this.$message({
             dangerouslyUseHTMLString: true,
-            message: '<strong><a href="http://broadcast.waityou24.cn/platlive/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
+            message: '<strong><a href="http://broadcast.waityou24.cn/live/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
             type: 'error',
           });
           return;

+ 1 - 1
src/views/market/list/detail-model/model-5.vue

@@ -188,7 +188,7 @@ export default {
           // this.$message.error('游客身份无法与卖家对话,请先注册');
           this.$message({
             dangerouslyUseHTMLString: true,
-            message: '<strong><a href="http://broadcast.waityou24.cn/platlive/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
+            message: '<strong><a href="http://broadcast.waityou24.cn/live/webLogin" style="color:red;">游客身份无法与卖家对话,请先注册</a></strong>',
             type: 'error',
           });
           return;

+ 2 - 2
src/views/register.vue

@@ -50,7 +50,7 @@
                     </el-form-item>
                     <el-col :span="24" class="agreement" v-if="form.type == '4'">
                       <el-checkbox v-model="agreement">阅读并同意</el-checkbox>
-                      <el-link :underline="false" type="primary" href="/platlive/agreement" target="_blank">中科在线(长春)用户协议</el-link>
+                      <el-link :underline="false" type="primary" href="/live/agreement" target="_blank">中科在线(长春)用户协议</el-link>
                     </el-col>
                     <el-col :span="24" class="btn">
                       <el-button type="danger" size="mini" @click="resetBtn">取消注册</el-button>
@@ -121,7 +121,7 @@
                     </span>
                     <el-col :span="24" class="agreement">
                       <el-checkbox v-model="agreement">阅读并同意</el-checkbox>
-                      <el-link :underline="false" type="primary" href="/platlive/agreement" target="_blank">中科在线(长春)用户协议</el-link>
+                      <el-link :underline="false" type="primary" href="/live/agreement" target="_blank">中科在线(长春)用户协议</el-link>
                     </el-col>
                     <el-col :span="24" class="btn">
                       <el-button type="danger" size="mini" @click="resetBtn">取消注册</el-button>

+ 1 - 1
vue.config.js

@@ -4,7 +4,7 @@ const pics = path.resolve(__dirname, '../common', './src/assets');
 module.exports = {
   publicPath: `/${process.env.VUE_APP_ROUTER}`,
   // 打包文件
-  outputDir: 'platlive',
+  outputDir: 'live',
   productionSourceMap: false,
   configureWebpack: config => {
     Object.assign(config, {