|
@@ -379,7 +379,6 @@
|
|
|
<authorize-module
|
|
<authorize-module
|
|
|
v-if="showAuth"
|
|
v-if="showAuth"
|
|
|
:shopInfo="shopInfo"
|
|
:shopInfo="shopInfo"
|
|
|
- @authSuccess="onAuthSuccess"
|
|
|
|
|
@authGetTelSuccess="onauthGetTelSuccess"
|
|
@authGetTelSuccess="onauthGetTelSuccess"
|
|
|
></authorize-module>
|
|
></authorize-module>
|
|
|
<!-- 授权-end -->
|
|
<!-- 授权-end -->
|
|
@@ -394,13 +393,13 @@ var appEv = app.$vm.$options;
|
|
|
// let reqApi = new ReqApi();
|
|
// let reqApi = new ReqApi();
|
|
|
// import { ReqApi } from "@/utils/reqTools.js";
|
|
// import { ReqApi } from "@/utils/reqTools.js";
|
|
|
import authorizeModule from "@/components/authorize-module/index";
|
|
import authorizeModule from "@/components/authorize-module/index";
|
|
|
-import newauthorize from "@/components/authorize-module/new";
|
|
|
|
|
|
|
+// import newauthorize from "@/components/authorize-module/new";
|
|
|
import uniCopy from "../../utils/copy";
|
|
import uniCopy from "../../utils/copy";
|
|
|
import { get, post, u_post } from "@/request/api.js";
|
|
import { get, post, u_post } from "@/request/api.js";
|
|
|
export default {
|
|
export default {
|
|
|
components: {
|
|
components: {
|
|
|
authorizeModule,
|
|
authorizeModule,
|
|
|
- newauthorize
|
|
|
|
|
|
|
+ // newauthorize
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|