浏览代码

Property Description fix

master
George Williams 4 年前
父节点
当前提交
3b55ddab0c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      src/components/property/residential/singleView/contentSection.vue
  2. 2
    2
      vue.config.js

+ 1
- 1
src/components/property/residential/singleView/contentSection.vue 查看文件

40
           <div class="container">
40
           <div class="container">
41
             <div class="row">
41
             <div class="row">
42
               <div class="col">
42
               <div class="col">
43
-                <p v-html="property.description"></p>
43
+                <p>{{ property.description }}</p>
44
               </div>
44
               </div>
45
             </div>
45
             </div>
46
           </div>
46
           </div>

+ 2
- 2
vue.config.js 查看文件

2
   devServer: {
2
   devServer: {
3
     proxy: {
3
     proxy: {
4
       "/api": {
4
       "/api": {
5
-        target: "http://localhost:57260/",
6
-        //target: "http://training.provision-sa.com:82",
5
+        //target: "http://localhost:57260/",
6
+        target: "http://training.provision-sa.com:82",
7
         changeOrigin: true
7
         changeOrigin: true
8
       },
8
       },
9
       "/nph-srep": {
9
       "/nph-srep": {

正在加载...
取消
保存