浏览代码

更新地址

xiaomin 5 年之前
父节点
当前提交
20aa78f704
共有 3 个文件被更改,包括 4 次插入5 次删除
  1. 2 3
      config/index.js
  2. 1 1
      index.html
  3. 1 1
      package-lock.json

+ 2 - 3
config/index.js

@@ -11,9 +11,8 @@ module.exports = {
     assetsPublicPath: '/',
     proxyTable: {
       '/api': {
-        // target: "http://invoice.back.jkcredit.com/",
-        // target: "http://192.168.1.184:18081/",
-        target: "http://hub.invoice.jkcredit.com/",
+        // target: "http://hub.invoice.jkcredit.com/",
+        target: "http://hub.invoice.back.jkcredit.com/",
         changeOrigin: true,
         pathRewrite: {
           '^/api': ''

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <!-- <meta name="viewport" content="width=device-width,initial-scale=1.0"> -->
     <!-- <meta content="width=device-width,user-scalable=no" name="viewport"> -->
-    <title>quanxian</title>
+    <title>权限分配</title>
     <link href="https://cdn.bootcss.com/element-ui/2.8.2/theme-chalk/index.css" rel="stylesheet">
     <style>
       #app {

+ 1 - 1
package-lock.json

@@ -1,5 +1,5 @@
 {
-  "name": "itcast_store",
+  "name": "quanxianfenpei",
   "version": "1.0.0",
   "lockfileVersion": 1,
   "requires": true,